Skip to content

Commit c754633

Browse files
committed
update build system, add papermill
1 parent efd3a44 commit c754633

File tree

2 files changed

+492
-4
lines changed

2 files changed

+492
-4
lines changed

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ readme = "README.md"
66
authors = [
77
{ name = "Connor Ferster", email = "[email protected]" }
88
]
9-
requires-python = ">=3.13"
10-
dependencies = []
9+
requires-python = ">=3.10"
10+
dependencies = [
11+
"papermill>=2.6.0",
12+
]
1113

1214
[project.scripts]
1315
millrun = "millrun:main"
1416

1517
[build-system]
16-
requires = ["hatchling"]
17-
build-backend = "hatchling.build"
18+
requires = ["flit_core >=3.2,<4"]
19+
build-backend = "flit_core.buildapi"

0 commit comments

Comments
 (0)