ecopulse / pyproject.toml
acibZ's picture
Deploy EcoPulse
43abac3
Raw
History Blame Contribute Delete
621 Bytes
[project]
name = "ecopulse-satellite-analysis"
version = "1.0.0"
description = "Advanced Satellite Vegetation Analysis using SAM and CNNs"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"torch>=2.0.0",
"torchvision>=0.15.0",
"numpy",
"pandas",
"opencv-python",
"matplotlib",
"scikit-learn",
"Pillow",
"jupyter",
"pyyaml",
"segment-anything @ git+https://github.com/facebookresearch/segment-anything.git",
"requests",
"tqdm",
"tensorboard",
"streamlit",
]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"