We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232ffc9 commit 27c1cf4Copy full SHA for 27c1cf4
packages/.gitkeep
pyproject.toml
@@ -0,0 +1,19 @@
1
+[project]
2
+name = "calibrationtools"
3
+version = "0.1.0"
4
+description = "Calibration runner framework to fit models to data."
5
+readme = "README.md"
6
+requires-python = ">=3.12"
7
+dependencies = [
8
+ "numpy>=2.3.4",
9
+ "pyarrow>=23.0.0",
10
+ "pytest>=9.0.2",
11
+ "scipy>=1.16.3",
12
+]
13
+
14
+[build-system]
15
+requires = ["uv_build>=0.8.13,<0.9.0"]
16
+build-backend = "uv_build"
17
18
+[tool.uv]
19
+package = true
src/calibrationtools/__init__.py
0 commit comments