Skip to content

Commit

Permalink
require silx2
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Feb 1, 2024
1 parent 894a98b commit f7eb8a9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ci/requirements_appveyor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ fabio
scipy
matplotlib
numexpr != 2.8.6
silx
silx >= 2
psutil
2 changes: 1 addition & 1 deletion ci/requirements_gh.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ matplotlib
#pybind11
#pyopencl
numexpr != 2.8.6
silx
silx >= 2
psutil
2 changes: 1 addition & 1 deletion ci/requirements_rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scipy
cython >=0.29.31
pygments[plugins]
sphinxcontrib-programoutput
silx
silx >= 2
nbsphinx
sphinx-rtd-theme
docutils<0.20
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements_travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ matplotlib
#pybind11
#pyopencl
numexpr != 2.8.6
silx
silx >= 2
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ dependencies = [
'numpy>=1.10',
'h5py',
'fabio',
"silx>=1.1; python_version < '3.12'",
"silx>=2; python_version >= '3.12'",
'silx>=2',
'numexpr != 2.8.6',
'scipy',
'matplotlib'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ scipy
matplotlib
numexpr != 2.8.6
h5py
silx >=1.1
silx >= 2
PyOpenGL
PyQt5
hdf5plugin
Expand Down

0 comments on commit f7eb8a9

Please sign in to comment.