Skip to content

Commit 27c1cf4

Browse files
committed
uv environment
1 parent 232ffc9 commit 27c1cf4

File tree

4 files changed

+267
-0
lines changed

4 files changed

+267
-0
lines changed

packages/.gitkeep

Whitespace-only changes.

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Whitespace-only changes.

0 commit comments

Comments
 (0)