Biomap / pyproject.toml
jeremyLE-Ekimetrics's picture
fix env streamlit
7fd94e0
[tool.poetry]
name = "cv_app"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
torch = "1.13.1"
tensorboard = "2.11.2"
pytorch-lightning = "1.9.0"
torchmetrics = "0.11.0"
Pillow = "8.4.0"
torchvision = "0.14.1"
matplotlib = "^3.7.1"
hydra-client = "0.5.1"
hydra-core = "1.3.1"
wget = "^3.2"
scipy = "^1.10.1"
seaborn = "^0.12.2"
earthengine-api = "0.1.338"
ee-extra = "0.0.15"
gradio = "^3.27.0"
opencv-python = "^4.7.0"
plotly = "^5.14.1"
geomap = "^0.2.1"
joblib = "^1.3.1"
folium = "^0.14.0"
streamlit = "^1.25.0"
streamlit-folium = "^0.13.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"