Skip to content

Commit

Permalink
Merge pull request #6 from OpenNFT/fix-build-ext
Browse files Browse the repository at this point in the history
Update poetry stuff and dependencies
  • Loading branch information
TheAmid authored Dec 11, 2023
2 parents 9dfee73 + 9c38de1 commit cd3d8f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,23 @@ include = [
"src/*"
]

build = "buildext.py"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
importlib-metadata = "^4.8.1"
python = "^3.8"
importlib-metadata = "^7.0.0"
numpy = ">=1.19.2"
scipy = ">=1.5.4"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
setuptools = "^69.0.2"
pytest = "^6.1.1"
pydicom = "^2.2.2"
nibabel = "^3.2.1"
pybind11 = "^2.8.1"

[tool.poetry.build]
script = "buildext.py"
generate-setup-file = true

[build-system]
requires = [
"poetry-core>=1.0.0",
Expand Down

0 comments on commit cd3d8f1

Please sign in to comment.