Skip to content

Commit 43a421e

Browse files
committed
Bump some of the minimum dependency requirements and make sure we run one of the tox environments with the 'legacy' factor
1 parent a92c0c1 commit 43a421e

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
coverage: 'false'
2828

2929
# Linux builds - test on all supported PyQt5 versions, and include all dependencies in some builds
30-
- linux: py36-test-pyqt59-all
30+
- linux: py36-test-pyqt59-legacy
3131
- linux: py37-test-pyqt510
3232
- linux: py37-test-pyqt511-all
3333
- linux: py37-test-pyqt512

setup.cfg

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@ packages = find:
2626
python_requires = >=3.6
2727
setup_requires = setuptools_scm
2828
install_requires =
29-
numpy>=1.11
30-
matplotlib>=2.1
29+
numpy>=1.16
30+
matplotlib>=3.2
3131
scipy>=1.0
32-
pandas>=0.14
33-
echo>=0.2
32+
pandas>=1.0
33+
echo>=0.5
3434
astropy>=4.0
3535
setuptools>=30.3.0
36-
qtpy>=1.3
36+
qtpy>=1.9
3737
ipython>=4.0
3838
ipykernel>=4.0,!=5.0.0,!=5.1.0
3939
qtconsole>=4.3
4040
jupyter_client<6
4141
dill>=0.2
42-
xlrd>=1.0
43-
h5py>=2.4
44-
mpl-scatter-density>=0.5
42+
xlrd>=1.2
43+
h5py>=2.10
44+
mpl-scatter-density>=0.7
4545
bottleneck>=1.2
4646

4747
[options.entry_points]

tox.ini

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,22 @@ deps =
2929
pyside514: PySide2==5.14.*
3030
dev: git+https://github.com/numpy/numpy
3131
dev: git+https://github.com/astropy/astropy
32-
legacy: numpy==1.11.*
33-
legacy: matplotlib==2.1.*
32+
legacy: numpy==1.16.*
33+
legacy: matplotlib==3.2.*
3434
legacy: scipy==1.0.*
35-
legacy: pandas==0.14.*
35+
legacy: pandas==1.0.*
36+
legacy: echo==0.5.*
3637
legacy: astropy==4.0.*
3738
legacy: setuptools==30.3.*
38-
legacy: qtpy==1.3.*
39+
legacy: qtpy==1.9.*
3940
legacy: ipython==4.0.*
4041
legacy: ipykernel==4.0.*
4142
legacy: qtconsole==4.3.*
4243
legacy: dill==0.2.*
43-
legacy: xlrd==1.0.*
44-
legacy: h5py==2.4.*
45-
legacy: mpl-scatter-density==0.5.*
44+
legacy: xlrd==1.2.*
45+
legacy: h5py==2.10.*
46+
legacy: mpl-scatter-density==0.7.*
47+
legacy: bottleneck==1.2.*
4648
all: pytest-qt
4749
extras =
4850
test

0 commit comments

Comments
 (0)