File tree Expand file tree Collapse file tree 3 files changed +18
-16
lines changed
Expand file tree Collapse file tree 3 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -26,22 +26,22 @@ packages = find:
2626python_requires = >=3.6
2727setup_requires = setuptools_scm
2828install_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]
Original file line number Diff line number Diff 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
4749extras =
4850 test
You can’t perform that action at this time.
0 commit comments