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 27
27
coverage : ' false'
28
28
29
29
# 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
31
31
- linux : py37-test-pyqt510
32
32
- linux : py37-test-pyqt511-all
33
33
- linux : py37-test-pyqt512
Original file line number Diff line number Diff line change @@ -26,22 +26,22 @@ packages = find:
26
26
python_requires = >=3.6
27
27
setup_requires = setuptools_scm
28
28
install_requires =
29
- numpy>=1.11
30
- matplotlib>=2.1
29
+ numpy>=1.16
30
+ matplotlib>=3.2
31
31
scipy>=1.0
32
- pandas>=0.14
33
- echo>=0.2
32
+ pandas>=1.0
33
+ echo>=0.5
34
34
astropy>=4.0
35
35
setuptools>=30.3.0
36
- qtpy>=1.3
36
+ qtpy>=1.9
37
37
ipython>=4.0
38
38
ipykernel>=4.0,!=5.0.0,!=5.1.0
39
39
qtconsole>=4.3
40
40
jupyter_client<6
41
41
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
45
45
bottleneck>=1.2
46
46
47
47
[options.entry_points]
Original file line number Diff line number Diff line change @@ -29,20 +29,22 @@ deps =
29
29
pyside514: PySide2 ==5.14.*
30
30
dev: git+https://github.com/numpy/numpy
31
31
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 .*
34
34
legacy: scipy ==1.0.*
35
- legacy: pandas ==0.14.*
35
+ legacy: pandas ==1.0.*
36
+ legacy: echo ==0.5.*
36
37
legacy: astropy ==4.0.*
37
38
legacy: setuptools ==30.3.*
38
- legacy: qtpy ==1.3 .*
39
+ legacy: qtpy ==1.9 .*
39
40
legacy: ipython ==4.0.*
40
41
legacy: ipykernel ==4.0.*
41
42
legacy: qtconsole ==4.3.*
42
43
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.*
46
48
all: pytest-qt
47
49
extras =
48
50
test
You can’t perform that action at this time.
0 commit comments