SmartCane/python_app/requirements_harvest.txt

10 lines
338 B
Plaintext

torch>=2.0.0
pandas>=1.5.0
numpy>=1.23.0,<3.0.0
scikit-learn>=1.3.0
# GDAL must match the system libgdal version exactly; install via:
# pip install gdal[numpy]=="$(gdal-config --version).*"
# Do not pin with >= here; handle GDAL installation separately in the Dockerfile/CI setup script.sentinelhub>=3.9.0
shapely>=2.0.0
pyproj>=3.4.0