Skip to content

Commit dbdb588

Browse files
committed
Readd upper bound on NumPy version
1 parent 1e2634d commit dbdb588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# by installing torch and healpy using conda
5757
# https://github.com/healpy/healpy/issues/1012
5858
run: |
59-
conda install jax "jax>=0.3.13,<0.6.0" "numpy>=1.20" ducc0 healpy pytorch pytest pytest-cov
59+
conda install jax "jax>=0.3.13,<0.6.0" "numpy>=1.20,<2" ducc0 healpy pytorch pytest pytest-cov
6060
python -m pip install --upgrade pip
6161
pip install --no-deps so3 pyssht
6262
pip install --no-deps .

0 commit comments

Comments
 (0)