Skip to content

Commit

Permalink
FIX: install NumPy v1
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 7, 2024
1 parent 246de67 commit a7b1e38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ nest-asyncio==1.6.0
nodeenv==1.9.1
notebook-shim==0.2.4
numba==0.60.0
numpy==2.0.1
numpy==1.26.4
oauthlib==3.2.2
opt-einsum==3.3.0
overrides==7.7.0
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ nest-asyncio==1.6.0
nodeenv==1.9.1
notebook-shim==0.2.4
numba==0.60.0
numpy==2.0.1
numpy==1.26.4
oauthlib==3.2.2
opt-einsum==3.3.0
overrides==7.7.0
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ nest-asyncio==1.6.0
nodeenv==1.9.1
notebook-shim==0.2.4
numba==0.60.0
numpy==2.0.1
numpy==1.26.4
oauthlib==3.2.2
opt-einsum==3.3.0
overrides==7.7.0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ doc = [
"tqdm",
]
jax = [
"numpy==1.*",
"tensorwaves[jax]",
]
jupyter = [
Expand Down

0 comments on commit a7b1e38

Please sign in to comment.