Skip to content

Commit

Permalink
rtd: force minimum devito version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 27, 2024
1 parent 2b44690 commit eb131df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# 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
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=1.2.0
numba
pyfftw
PyWavelets
spgl1
scikit-fmm
sympy
devito==4.8.6
devito==4.8.7
dtcwt
matplotlib
ipython
Expand Down

0 comments on commit eb131df

Please sign in to comment.