Spaces:
Sleeping
Sleeping
| [build-system] | |
| requires = ["setuptools>=61"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "updraft_forcing" | |
| version = "0.2.0" | |
| description = "Interactive 3-D convective updraft wind shear model — diagnoses linear/nonlinear pressure forcing, SRH, UH, and CAPE." | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "numpy>=1.26", | |
| "scipy>=1.12", | |
| "dash>=2.16", | |
| "plotly>=5.20", | |
| ] | |
| [project.optional-dependencies] | |
| dev = ["pytest>=7", "metpy>=1.6"] | |
| [tool.setuptools.packages.find] | |
| where = ["python"] | |