[MAIN] init git repo , implement fitter class, organize workdir of repo
This commit is contained in:
27
pyproject.toml
Normal file
27
pyproject.toml
Normal file
@@ -0,0 +1,27 @@
|
||||
[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",
|
||||
]
|
||||
classifiers = ["Private :: Do Not Upload"]
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.9.6,<0.10.0"]
|
||||
build-backend = "uv_build"
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
Reference in New Issue
Block a user