Skip to content

Commit c6d3c71

Browse files
committed
Stop pinning numpy to <2.0
1 parent b003104 commit c6d3c71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "sphericart"
33
dynamic = ["version", "optional-dependencies"]
44
requires-python = ">=3.8"
5-
dependencies = ["numpy<2.0.0"]
5+
dependencies = ["numpy"]
66

77
readme = "README.md"
88
license = {text = "Apache-2.0 or MIT"}

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ deps =
3030
setuptools
3131
cmake
3232

33-
numpy<2.0.0
33+
numpy
3434
scipy
3535
pytest
3636

@@ -46,7 +46,7 @@ deps =
4646
setuptools
4747
cmake
4848

49-
numpy<2.0.0
49+
numpy
5050
torch
5151
pytest
5252

@@ -68,7 +68,7 @@ deps =
6868
cmake
6969
pybind11
7070

71-
numpy<2.0.0
71+
numpy
7272
absl-py # jax uses this package but not installed by jax[cpu]
7373
pytest
7474
equinox
@@ -97,7 +97,7 @@ deps =
9797
cmake
9898
pybind11
9999

100-
numpy<2.0.0
100+
numpy
101101
torch
102102
pytest
103103

0 commit comments

Comments
 (0)