Skip to content

Commit ccc9b9a

Browse files
committed
fix: replace pyqt with pyqt6
1 parent 3f109b6 commit ccc9b9a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ci/deps/actions-311.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ dependencies:
5959
- zstandard>=0.22.0
6060

6161
- pip:
62-
- pyqt>-6.7.1
62+
- pyqt6>=6.7.1
6363
- tzdata>=2023.3

ci/deps/actions-312.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ dependencies:
5959
- zstandard>=0.22.0
6060

6161
- pip:
62-
- pyqt>=6.7.1
62+
- pyqt6>=6.7.1
6363
- tzdata>=2023.3

ci/deps/actions-313-downstream_compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ dependencies:
7070
- pandas-datareader
7171
- pyyaml
7272
- pip:
73-
- pyqt>=6.7.1
73+
- pyqt6>=6.7.1
7474
- tzdata>=2023.3

ci/deps/actions-313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ dependencies:
5959
- zstandard>=0.22.0
6060

6161
- pip:
62-
- pyqt>=6.7.1
62+
- pyqt6>=6.7.1
6363
- tzdata>=2023.3

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ dependencies:
1818
- pytest-xdist>=3.4.0
1919
- pytest-qt>=4.4.0
2020
- pytest-localserver
21-
- pyqt>=6.7.1
2221
- coverage
2322

2423
# required dependencies
@@ -122,4 +121,5 @@ dependencies:
122121
- jupyterlite-pyodide-kernel
123122

124123
- pip:
124+
- pyqt6>=6.7.1
125125
- tzdata>=2023.3

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pytest-cov
1111
pytest-xdist>=3.4.0
1212
pytest-qt>=4.4.0
1313
pytest-localserver
14-
PyQt6>=6.7.1
1514
coverage
1615
python-dateutil
1716
numpy<3
@@ -85,4 +84,5 @@ requests
8584
pygments
8685
jupyterlite-core
8786
jupyterlite-pyodide-kernel
87+
pyqt6>=6.7.1
8888
tzdata>=2023.3

0 commit comments

Comments
 (0)