Skip to content

Commit d25b7bb

Browse files
committed
chore: use latest pyqt version available on conda repo
1 parent 119d3cd commit d25b7bb

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

ci/deps/actions-311-minimum_versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ dependencies:
4646
- pyarrow=12.0.1
4747
- pyiceberg=0.7.1
4848
- pymysql=1.1.0
49-
- pyqt=6.9.1
50-
- pyqt6=6.9.1
49+
- pyqt=6.7.1
50+
- pyqt6=6.7.1
5151
- pyreadstat=1.2.6
5252
- pytables=3.8.0
5353
- python-calamine=0.1.7

ci/deps/actions-311.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- numexpr>=2.9.0
4040
- odfpy>=1.4.1
4141
- qtpy>=2.3.0
42-
- pyqt>=6.9.1
42+
- pyqt>=6.7.1
4343
- openpyxl>=3.1.2
4444
- psycopg2>=2.9.9
4545
- pyarrow>=12.0.1

ci/deps/actions-312.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- numexpr>=2.9.0
4040
- odfpy>=1.4.1
4141
- qtpy>=2.3.0
42-
- pyqt>=6.9.1
42+
- pyqt>=6.7.1
4343
- openpyxl>=3.1.2
4444
- psycopg2>=2.9.9
4545
- pyarrow>=12.0.1

ci/deps/actions-313-downstream_compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies:
4444
- pyarrow>=12.0.1
4545
- pyiceberg>=0.7.1
4646
- pymysql>=1.1.0
47-
- pyqt>=6.9.1
47+
- pyqt>=6.7.1
4848
- pyreadstat>=1.2.6
4949
- pytables>=3.8.0
5050
- python-calamine>=0.1.7

ci/deps/actions-313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- numexpr>=2.9.0
4141
- odfpy>=1.4.1
4242
- qtpy>=2.3.0
43-
- pyqt>=6.9.1
43+
- pyqt>=6.7.1
4444
- openpyxl>=3.1.2
4545
- psycopg2>=2.9.9
4646
- pyarrow>=12.0.1

environment.yml

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

2424
# required dependencies

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.9.1",
58+
"pyqt6": "6.7.1",
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>=4.9.2']
7676
xml = ['lxml>=4.9.2']
7777
plot = ['matplotlib>=3.8.3']
7878
output-formatting = ['jinja2>=3.1.3', 'tabulate>=0.9.0']
79-
clipboard = ['PyQt6>=6.9.1', 'qtpy>=2.3.0']
79+
clipboard = ['PyQt6>=6.7.1', 'qtpy>=2.3.0']
8080
compression = ['zstandard>=0.22.0']
8181
timezone = ['pytz>=2023.4']
8282
all = ['adbc-driver-postgresql>=1.2.0',
@@ -99,7 +99,7 @@ all = ['adbc-driver-postgresql>=1.2.0',
9999
'pyarrow>=12.0.1',
100100
'pyiceberg>=0.7.1',
101101
'pymysql>=1.1.0',
102-
'PyQt6>=6.9.1',
102+
'PyQt6>=6.7.1',
103103
'pyreadstat>=1.2.6',
104104
'pytest>=7.3.2',
105105
'pytest-xdist>=3.4.0',

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pytest-cov
1111
pytest-xdist>=3.4.0
1212
pytest-qt>=4.4.0
1313
pytest-localserver
14-
PyQt6>=6.9.1
14+
PyQt6>=6.7.1
1515
coverage
1616
python-dateutil
1717
numpy<3

scripts/tests/data/deps_minimum.toml

Lines changed: 2 additions & 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.9.1', 'qtpy>=2.3.0']
74+
clipboard = ['PyQt6>=6.7.1', 'qtpy>=2.3.0']
7575
compression = ['zstandard>=0.15.2']
7676
all = ['beautifulsoup4>=5.9.3',
7777
'bottleneck>=1.3.2',
@@ -90,7 +90,7 @@ all = ['beautifulsoup4>=5.9.3',
9090
'psycopg2>=2.9.9',
9191
'pyarrow>=7.0.0',
9292
'pymysql>=1.1.0',
93-
'PyQt6>=6.9.1',
93+
'PyQt6>=6.7.1',
9494
'pyreadstat>=1.1.2',
9595
'pytest>=7.3.2',
9696
'pytest-xdist>=3.4.0',

0 commit comments

Comments
 (0)