Skip to content

Commit

Permalink
Bump maturin version
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Jan 23, 2024
1 parent 8241ebe commit 834f48d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nblast-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"oldest-supported-numpy"
"numpy >= 1.22.4"
]

[project.urls]
Expand All @@ -28,7 +28,7 @@ documentation = "https://pynblast.readthedocs.io/"
repository = "https://github.com/clbarnes/nblast-rs/nblast-py"

[build-system]
requires = ["maturin==0.14", "oldest-supported-numpy"]
requires = ["maturin>=1.4", "oldest-supported-numpy"]
build-backend = "maturin"

[tool.maturin]
Expand Down
2 changes: 1 addition & 1 deletion nblast-py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
maturin==0.14.15
maturin==1.4.0

# run
numpy==1.26.3
Expand Down

0 comments on commit 834f48d

Please sign in to comment.