We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6887a commit ac68e3eCopy full SHA for ac68e3e
requirements-doc.txt
@@ -1,5 +1,7 @@
1
# 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
+# 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
5
numpy>=1.21.0,<2.0.0
6
scipy>=1.11.0
7
jax
@@ -11,7 +13,7 @@ PyWavelets
11
13
spgl1
12
14
scikit-fmm
15
sympy
-devito
16
+devito==4.8.6
17
dtcwt
18
matplotlib
19
ipython
0 commit comments