File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -35,20 +35,20 @@ jobs:
35
35
envs : |
36
36
# Tests without Qt. For now glfw can't run on MacOS runners in headless mode
37
37
# so we only run on Linux and Windows.
38
- - linux: py38-test
38
+ - linux: py38-test-oldestdeps
39
39
- windows: py39-test
40
40
- linux: py310-test
41
41
- windows: py311-test
42
42
- linux: py311-test-dev
43
43
44
44
# Tests with Jupyter
45
- - linux: py38-test-jupyter
45
+ - linux: py38-test-jupyter-oldestdeps
46
46
- windows: py39-test-jupyter
47
47
- linux: py310-test-jupyter
48
48
- windows: py311-test-jupyter
49
49
50
50
# Tests with Qt
51
- - linux: py38-test-pyqt63
51
+ - linux: py38-test-pyqt63-oldestdeps
52
52
- linux: py39-test-pyside63
53
53
- linux: py310-test-pyqt64
54
54
- linux: py311-test-dev-pyqt64
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ install_requires =
18
18
echo>=0.6
19
19
scipy
20
20
matplotlib
21
- vispy>=0.9.1
21
+ vispy>=0.12.0
22
22
importlib_metadata>=3.6; python_version<'3.10'
23
23
glfw
24
24
imageio
Original file line number Diff line number Diff line change 18
18
pyside64: PySide6 ==6.4.*
19
19
dev: glue-core @ git+https://github.com/glue-viz/glue
20
20
dev: vispy @ git+https://github.com/vispy/vispy
21
+ oldestdeps: glue-core ==1.13.*
22
+ oldestdeps: echo ==0.6
23
+ oldestdeps: vispy ==0.12.*
21
24
extras =
22
25
test: test
23
26
pyqt63,pyqt64: pyqt
You can’t perform that action at this time.
0 commit comments