Skip to content

Commit 58bd51a

Browse files
committed
chore: use correct capitalization for PyQt
1 parent ccc9b9a commit 58bd51a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

ci/deps/actions-311-minimum_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ dependencies:
6161
- zstandard=0.22.0
6262

6363
- pip:
64-
- pyqt6==6.7.1
64+
- PyQt6==6.7.1
6565
- tzdata==2023.3

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-
- pyqt6>=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-
- pyqt6>=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-
- pyqt6>=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-
- pyqt6>=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
@@ -121,5 +121,5 @@ dependencies:
121121
- jupyterlite-pyodide-kernel
122122

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

pandas/compat/_optional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"xlsxwriter": "3.2.0",
5656
"zstandard": "0.22.0",
5757
"qtpy": "2.3.0",
58-
"pyqt6": "6.7.1",
58+
"PyQt6": "6.7.1",
5959
}
6060

6161
# A mapping from import name to package name (on PyPI) for packages where

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ requests
8484
pygments
8585
jupyterlite-core
8686
jupyterlite-pyodide-kernel
87-
pyqt6>=6.7.1
87+
PyQt6>=6.7.1
8888
tzdata>=2023.3

0 commit comments

Comments
 (0)