crop-map / pyproject.toml
remisek's picture
fix
3c6bb35
raw
history blame contribute delete
595 Bytes
[project]
name = "crop-map"
version = "0.1.0"
description = "Application for Crop Type Mapping"
requires-python = ">=3.12"
dependencies = [
"folium>=0.20.0",
"geojson>=3.2.0",
"geopandas>=1.1.2",
"joblib>=1.5.3",
"matplotlib==3.7.5",
"netcdf4>=1.7.3",
"numpy<2.0.0",
"onnxruntime>=1.23.2",
"openeo>=0.47.0",
"prometheo",
"pydantic>=2.12.5",
"rasterio<1.4.0",
"scipy>=1.17.0",
"streamlit>=1.53.1",
"streamlit-folium>=0.26.1",
"torch==2.3.1",
]
[tool.uv.sources]
prometheo = { git = "https://github.com/WorldCereal/prometheo.git" }