Skip to content

Commit

Permalink
fix: test new versions for dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cako committed Nov 17, 2024
1 parent 038351f commit d5c772c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 37 deletions.
68 changes: 32 additions & 36 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,32 @@
numpy==1.26.3
scipy==1.14.1
jax==0.4.35
numba==0.60.0
pyfftw==0.15.0
PyWavelets==1.7.0
spgl1==0.0.3
scikit-fmm==2024.9.16
sympy==1.13.3
devito==4.8.11
dtcwt==0.14.0
matplotlib==3.10.0rc1
ipython==8.29.0
pytest==8.3.3
pytest-runner==6.0.1
setuptools_scm==8.1.0
docutils==0.21.2
Sphinx==8.1.3
pydata-sphinx-theme==0.16.0
sphinx-gallery==0.18.0
sphinxemoji==0.3.1
numpydoc==1.8.0
nbsphinx==0.9.5
image==1.5.33
pre-commit==4.0.1
autopep8==2.3.1
isort==6.0.0b2
black==24.10.0
flake8==7.1.1
mypy==1.13.0
pymc==5.18.1
pytensor==2.26.3
pandas==2.2.3
arviz==0.20.0
contourpy==1.3.1
graphviz==0.20.3
numpy>=1.21.0,<2
scipy>=1.11.0
jax
numba
pyfftw
PyWavelets
spgl1
scikit-fmm
sympy
devito
dtcwt
matplotlib
ipython
pytest
pytest-runner
setuptools_scm
docutils
Sphinx
pydata-sphinx-theme
sphinx-gallery
sphinxemoji
numpydoc
nbsphinx
image
pre-commit
autopep8
isort
black
flake8
mypy
pymc
graphviz
2 changes: 1 addition & 1 deletion requirements-torch.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--index-url https://download.pytorch.org/whl/cpu
torch>=1.2.0
torch>=1.2.0,<2.5

0 comments on commit d5c772c

Please sign in to comment.