Files
Clutter_chuva/pyproject.toml
neutonsevero d053ebf02c REFACTOR:
Fitter class refactored. Include getter and setter
ADD:
test/ dir with code tests
2026-04-08 21:48:19 -03:00

29 lines
527 B
TOML

[project]
name = "clutter_chuva"
version = "0.1.0"
description = "Tools for fitting distributions to rain clutter data"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"ipykernel",
"kaleido",
"lxml",
"nbformat",
"numpy",
"pathlib2",
"plotly",
"scipy",
"statsmodels",
"matplotlib",
"seaborn",
"ruff>=0.15.9",
]
classifiers = ["Private :: Do Not Upload"]
[build-system]
requires = ["uv_build>=0.9.6,<0.10.0"]
build-backend = "uv_build"
[tool.uv]
package = false