forked from ChHarding/TouchTerrain_for_CAGEO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
26 lines (24 loc) · 774 Bytes
/
requirements.txt
File metadata and controls
26 lines (24 loc) · 774 Bytes
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
Pillow>=10.4.0
google-api-python-client>=2.151.0
earthengine-api>=1.2.0
Flask>=3.0.3
oauth2client>=4.1.3
numpy>=2.1.2
scipy>=1.14.1
kml2geojson>=5.1.0
geojson>=2.5
defusedxml>=0.7.1
six>=1.16.0
imageio>=2.36.0
k3d>=2.16.1
httplib2>=0.22.0
matplotlib>=3.9.2
# GDAL is tricky to install, at least on Windows, as it needs to be compiled.
# You can get a pre-complied version of GDAL here:
# https://github.com/cgohlke/win_arm64-wheels
# https://github.com/cgohlke/geospatial-wheels/releases
# Go to the current Release - Assets (may need to list ALL assests) and grab the one
# for your python version and windows system e.g. GDAL-3.4.3-cp310-cp310-win_amd64.whl
# Then install it with pip install GDAL-3.4.3-cp310-cp310-win_amd64.whl
gdal>=3.2.1,<=3.9.3
gunicorn>=20.0.4