Skip to content

Commit d7028dc

Browse files
committed
chore: use PyQt5 for minimum instead of PyQt6
The CI for `311-minimum_versions` tests the clipboard with `PyQt5`.
1 parent a1c98df commit d7028dc

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

ci/deps/actions-311-minimum_versions.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,4 @@ dependencies:
6262
- zstandard=0.23.0
6363

6464
- pip:
65-
- PyQt6==6.7.1
6665
- 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.23.0",
5757
"qtpy": "2.4.2",
58-
"pyqt6": "6.7.1",
58+
"pyqt5": "5.15.9",
5959
}
6060

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ html = ['beautifulsoup4>=4.12.3', 'html5lib>=1.1', 'lxml>=5.3.0']
7676
xml = ['lxml>=5.3.0']
7777
plot = ['matplotlib>=3.9.3']
7878
output-formatting = ['jinja2>=3.1.5', 'tabulate>=0.9.0']
79-
clipboard = ['PyQt6>=6.7.1', 'qtpy>=2.4.2']
79+
clipboard = ['PyQt5>=5.15.9', 'qtpy>=2.4.2']
8080
compression = ['zstandard>=0.23.0']
8181
timezone = ['pytz>=2024.2']
8282
all = ['adbc-driver-postgresql>=1.2.0',
@@ -99,7 +99,7 @@ all = ['adbc-driver-postgresql>=1.2.0',
9999
'pyarrow>=13.0.0',
100100
'pyiceberg>=0.8.1',
101101
'pymysql>=1.1.1',
102-
'PyQt6>=6.7.1',
102+
'PyQt5>=5.15.9',
103103
'pyreadstat>=1.2.8',
104104
'pytest>=7.3.2',
105105
'pytest-xdist>=3.4.0',

scripts/tests/data/deps_minimum.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ html = ['beautifulsoup4>=4.9.3', 'html5lib>=1.1', 'lxml>=4.6.3']
7171
xml = ['lxml>=4.6.3']
7272
plot = ['matplotlib>=3.6.1']
7373
output_formatting = ['jinja2>=3.0.0', 'tabulate>=0.8.9']
74-
clipboard = ['PyQt6>=6.7.1', 'qtpy>=2.3.0']
74+
clipboard = ['PyQt5>=5.15.1', 'qtpy>=2.3.0']
7575
compression = ['zstandard>=0.15.2']
7676
all = ['beautifulsoup4>=5.9.3',
7777
'bottleneck>=1.3.2',
@@ -91,7 +91,6 @@ all = ['beautifulsoup4>=5.9.3',
9191
'pyarrow>=7.0.0',
9292
'pymysql>=1.1.0',
9393
'PyQt5>=5.15.1',
94-
'PyQt6>=6.7.1',
9594
'pyreadstat>=1.1.2',
9695
'pytest>=7.3.2',
9796
'pytest-xdist>=3.4.0',

0 commit comments

Comments
 (0)