Skip to content

Commit c6646e9

Browse files
Updates for numpy 2 compatability. (#64)
1 parent 1e35224 commit c6646e9

File tree

3 files changed

+18
-78
lines changed

3 files changed

+18
-78
lines changed

Cargo.lock

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

python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ name = "gribberishpy"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = "0.21.0"
12+
pyo3 = "0.22.0"
1313
gribberish = { path = "../gribberish", version = "0.20.2" }
14-
numpy = "0.21.0"
14+
numpy = "0.22.1"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ classifiers = [
1212
]
1313
dynamic = ["version"]
1414

15-
dependencies = ["numpy < 2"]
15+
dependencies = ["numpy >= 2"]
1616

1717
[project.optional-dependencies]
1818
xarray = ["xarray", "fsspec"]

0 commit comments

Comments
 (0)