File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 14
14
- " 3.10"
15
15
- " 3.9"
16
16
pyqt-dependency :
17
- - " PyQt5 "
18
- - " PySide2 "
17
+ - " PyQt6 "
18
+ - " PySide6 "
19
19
20
20
steps :
21
21
- uses : " actions/checkout@v3"
36
36
# pytest-qt CI dependencies: https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions
37
37
sudo apt update
38
38
sudo apt install -y \
39
- xvfb \
39
+ xvfb libegl1 \
40
40
libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
41
41
42
42
- name : " Run tests"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ dependencies:
9
9
- " matplotlib ~=3.7"
10
10
- " colorspacious ~=1.1"
11
11
- " scipy ~=1.10"
12
+ - " PySide6"
12
13
13
14
# Development
14
15
- " mypy ~=1.3.0"
Original file line number Diff line number Diff line change @@ -24,8 +24,9 @@ dependencies = [
24
24
]
25
25
26
26
[project .optional-dependencies ]
27
- PySide = [" PySide2 ~=5.15" ]
28
- PyQt = [" PyQt5 ~=5.15" ]
27
+ # Qt6 was released 2020.08.12
28
+ PySide = [" PySide6" ]
29
+ PyQt = [" PyQt6" ]
29
30
30
31
[project .urls ]
31
32
repository = " https://github.com/matplotlib/viscm"
You can’t perform that action at this time.
0 commit comments