Skip to content

Commit

Permalink
Bumpy numpy version to support numpy>2
Browse files Browse the repository at this point in the history
  • Loading branch information
RemingtonRohel committed Oct 11, 2024
1 parent cf3b1b6 commit f9e0d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ name = "dmap"
crate-type = ["cdylib", "rlib"]

[dependencies]
pyo3 = { version = "0.21.0", features = ["extension-module", "indexmap", "abi3-py38"] }
numpy = "0.21.0"
pyo3 = { version = "0.22.3", features = ["extension-module", "indexmap", "abi3-py38"] }
numpy = "0.22.0"
indexmap = "2.3.0"
itertools = "0.13.0"
rayon = "1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Rust"
]
dependencies = ["numpy<2"]
dependencies = ["numpy<3"]

[tool.maturin]
bindings = "pyo3"
Expand Down

0 comments on commit f9e0d0b

Please sign in to comment.