updraft-forcing / pyproject.toml
snesbitt's picture
Bump version to 0.2.0 to force rebuild
9d93659
Raw
History Blame Contribute Delete
516 Bytes
[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"]