Skip to content

Commit

Permalink
Stop pinning numpy to <2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Jan 10, 2025
1 parent b003104 commit c6d3c71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sphericart"
dynamic = ["version", "optional-dependencies"]
requires-python = ">=3.8"
dependencies = ["numpy<2.0.0"]
dependencies = ["numpy"]

readme = "README.md"
license = {text = "Apache-2.0 or MIT"}
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deps =
setuptools
cmake

numpy<2.0.0
numpy
scipy
pytest

Expand All @@ -46,7 +46,7 @@ deps =
setuptools
cmake

numpy<2.0.0
numpy
torch
pytest

Expand All @@ -68,7 +68,7 @@ deps =
cmake
pybind11

numpy<2.0.0
numpy
absl-py # jax uses this package but not installed by jax[cpu]
pytest
equinox
Expand Down Expand Up @@ -97,7 +97,7 @@ deps =
cmake
pybind11

numpy<2.0.0
numpy
torch
pytest

Expand Down

0 comments on commit c6d3c71

Please sign in to comment.