Skip to content

Commit f7eb8a9

Browse files
committed
require silx2
1 parent 894a98b commit f7eb8a9

6 files changed

Lines changed: 6 additions & 7 deletions

File tree

ci/requirements_appveyor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ fabio
1111
scipy
1212
matplotlib
1313
numexpr != 2.8.6
14-
silx
14+
silx >= 2
1515
psutil

ci/requirements_gh.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ matplotlib
1818
#pybind11
1919
#pyopencl
2020
numexpr != 2.8.6
21-
silx
21+
silx >= 2
2222
psutil

ci/requirements_rtd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ scipy
66
cython >=0.29.31
77
pygments[plugins]
88
sphinxcontrib-programoutput
9-
silx
9+
silx >= 2
1010
nbsphinx
1111
sphinx-rtd-theme
1212
docutils<0.20

ci/requirements_travis.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ matplotlib
1616
#pybind11
1717
#pyopencl
1818
numexpr != 2.8.6
19-
silx
19+
silx >= 2

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ dependencies = [
4242
'numpy>=1.10',
4343
'h5py',
4444
'fabio',
45-
"silx>=1.1; python_version < '3.12'",
46-
"silx>=2; python_version >= '3.12'",
45+
'silx>=2',
4746
'numexpr != 2.8.6',
4847
'scipy',
4948
'matplotlib'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ scipy
88
matplotlib
99
numexpr != 2.8.6
1010
h5py
11-
silx >=1.1
11+
silx >= 2
1212
PyOpenGL
1313
PyQt5
1414
hdf5plugin

0 commit comments

Comments
 (0)