Skip to content

Commit

Permalink
rtd: force devito version (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 authored Oct 27, 2024
1 parent 6d6887a commit ac68e3e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Currently we force rdt to use numpy<2.0.0 to build the documentation
# since the dtcwt and spgl1 are not yet compatible with numpy=2.0.0
# since the dtcwt is not yet compatible with numpy=2.0.0. For the
# 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
jax
Expand All @@ -11,7 +13,7 @@ PyWavelets
spgl1
scikit-fmm
sympy
devito
devito==4.8.6
dtcwt
matplotlib
ipython
Expand Down

0 comments on commit ac68e3e

Please sign in to comment.