Skip to content

Commit cd3d8f1

Browse files
authored
Merge pull request #6 from OpenNFT/fix-build-ext
Update poetry stuff and dependencies
2 parents 9dfee73 + 9c38de1 commit cd3d8f1

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,23 @@ include = [
2929
"src/*"
3030
]
3131

32-
build = "buildext.py"
33-
3432
[tool.poetry.dependencies]
35-
python = ">=3.8,<3.12"
36-
importlib-metadata = "^4.8.1"
33+
python = "^3.8"
34+
importlib-metadata = "^7.0.0"
3735
numpy = ">=1.19.2"
3836
scipy = ">=1.5.4"
3937

40-
[tool.poetry.dev-dependencies]
38+
[tool.poetry.group.dev.dependencies]
39+
setuptools = "^69.0.2"
4140
pytest = "^6.1.1"
4241
pydicom = "^2.2.2"
4342
nibabel = "^3.2.1"
4443
pybind11 = "^2.8.1"
4544

45+
[tool.poetry.build]
46+
script = "buildext.py"
47+
generate-setup-file = true
48+
4649
[build-system]
4750
requires = [
4851
"poetry-core>=1.0.0",

0 commit comments

Comments
 (0)