-
Notifications
You must be signed in to change notification settings - Fork 4
/
Pipfile
53 lines (50 loc) · 795 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jupyter = "*"
earthengine-api = "*"
pandas = "*"
tqdm = "*"
azure-storage-blob = "*"
azure-mgmt-storage = "*"
python-dotenv = "*"
numpy = "*"
sentinelsat = "*"
gdal = "==3.0.4"
proj = "*"
matplotlib = "*"
descartes = "*"
osmpythontools = "*"
shapely = "*"
contextily = "*"
osmnx = "*"
fiona = "*"
pyproj = "*"
rtree = "*"
geopy = "*"
mapclassify = "*"
geopandas = "*"
bokeh = "*"
osmium = "*"
overpy = "*"
osm-runner = "*"
pillow = "*"
osmviz = "*"
rasterio = "*"
nbdime = "*"
seaborn = "*"
pandas-profiling = "*"
sklearn = "*"
category-encoders = "*"
catboost = "*"
shap = "*"
modapsclient = "*"
pyqt5 = "*"
ipykernel = "*"
pyreadstat = "*"
[dev-packages]
autopep8 = "*"
[requires]
python_version = "3.9"