Skip to content

Commit

Permalink
Updates for numpy 2 compatability.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Nov 21, 2024
1 parent 1e35224 commit e06fdda
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 78 deletions.
90 changes: 15 additions & 75 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ name = "gribberishpy"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.21.0"
pyo3 = "0.22.0"
gribberish = { path = "../gribberish", version = "0.20.2" }
numpy = "0.21.0"
numpy = "0.22.1"
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = [
]
dynamic = ["version"]

dependencies = ["numpy < 2"]
dependencies = ["numpy >= 2"]

[project.optional-dependencies]
xarray = ["xarray", "fsspec"]
Expand Down

0 comments on commit e06fdda

Please sign in to comment.