We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd3a44 commit c754633Copy full SHA for c754633
pyproject.toml
@@ -6,12 +6,14 @@ readme = "README.md"
6
authors = [
7
{ name = "Connor Ferster", email = "[email protected]" }
8
]
9
-requires-python = ">=3.13"
10
-dependencies = []
+requires-python = ">=3.10"
+dependencies = [
11
+ "papermill>=2.6.0",
12
+]
13
14
[project.scripts]
15
millrun = "millrun:main"
16
17
[build-system]
-requires = ["hatchling"]
-build-backend = "hatchling.build"
18
+requires = ["flit_core >=3.2,<4"]
19
+build-backend = "flit_core.buildapi"
0 commit comments