Skip to content

Commit

Permalink
fix: use old scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
cako committed Nov 18, 2024
1 parent 33677d6 commit fd6d703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# same reason, we force devito==4.8.7 as later versions of devito
# require numpy>=2.0.0
numpy>=1.21.0,<2.0.0
scipy>=1.11.0
scipy>=1.11.0,<1.13
jax
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=1.2.0
Expand Down Expand Up @@ -35,5 +35,5 @@ black
flake8
mypy
pymc
arviz>=0.18
arviz
graphviz

0 comments on commit fd6d703

Please sign in to comment.