Skip to content

Commit ac68e3e

Browse files
authored
rtd: force devito version (#619)
1 parent 6d6887a commit ac68e3e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

requirements-doc.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Currently we force rdt to use numpy<2.0.0 to build the documentation
2-
# since the dtcwt and spgl1 are not yet compatible with numpy=2.0.0
2+
# since the dtcwt is not yet compatible with numpy=2.0.0. For the
3+
# same reason, we force devito==4.8.7 as later versions of devito
4+
# require numpy>=2.0.0
35
numpy>=1.21.0,<2.0.0
46
scipy>=1.11.0
57
jax
@@ -11,7 +13,7 @@ PyWavelets
1113
spgl1
1214
scikit-fmm
1315
sympy
14-
devito
16+
devito==4.8.6
1517
dtcwt
1618
matplotlib
1719
ipython

0 commit comments

Comments
 (0)