Skip to content

Commit c04039f

Browse files
committed
Move to pyside6 instead of pyqt
1 parent 19fb3ad commit c04039f

14 files changed

+16
-16
lines changed

ci/deps/actions-310-minimum_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies:
4444
- psycopg2=2.9.6
4545
- pyarrow=10.0.1
4646
- pymysql=1.0.2
47-
- pyqt=5.15.9
47+
- pyside6=6.8.1
4848
- pyreadstat=1.2.0
4949
- pytables=3.8.0
5050
- python-calamine=0.1.7

ci/deps/actions-310.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- psycopg2>=2.9.6
4343
- pyarrow>=10.0.1
4444
- pymysql>=1.0.2
45-
- pyqt>=5.15.9
45+
- pyside6>=6.8.1
4646
- pyreadstat>=1.2.0
4747
- pytables>=3.8.0
4848
- python-calamine>=0.1.7

ci/deps/actions-311-downstream_compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies:
4343
- psycopg2>=2.9.6
4444
- pyarrow>=10.0.1
4545
- pymysql>=1.0.2
46-
- pyqt>=5.15.9
46+
- pyside6>=6.8.1
4747
- pyreadstat>=1.2.0
4848
- pytables>=3.8.0
4949
- python-calamine>=0.1.7

ci/deps/actions-311.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies:
3838
- numexpr>=2.8.4
3939
- odfpy>=1.4.1
4040
- qtpy>=2.3.0
41-
- pyqt>=5.15.9
41+
- pyside6>=6.8.1
4242
- openpyxl>=3.1.0
4343
- psycopg2>=2.9.6
4444
- pyarrow>=10.0.1

ci/deps/actions-312.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies:
3838
- numexpr>=2.8.4
3939
- odfpy>=1.4.1
4040
- qtpy>=2.3.0
41-
- pyqt>=5.15.9
41+
- pyside6>=6.8.1
4242
- openpyxl>=3.1.0
4343
- psycopg2>=2.9.6
4444
- pyarrow>=10.0.1

ci/deps/actions-313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies:
3838
- numexpr>=2.8.4
3939
- odfpy>=1.4.1
4040
- qtpy>=2.3.0
41-
- pyqt>=5.15.9
41+
- pyside6>=6.8.1
4242
- openpyxl>=3.1.0
4343
- psycopg2>=2.9.6
4444
- pyarrow>=10.0.1

ci/deps/circle-311-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- psycopg2>=2.9.6
4343
- pyarrow>=10.0.1
4444
- pymysql>=1.0.2
45-
- pyqt>=5.15.9
45+
- pyside6>=6.8.1
4646
- pyreadstat>=1.2.0
4747
- pytables>=3.8.0
4848
- python-calamine>=0.1.7

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>=5.15.9
21+
- pyside6>=6.8.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
@@ -56,7 +56,7 @@
5656
"zstandard": "0.19.0",
5757
"tzdata": "2022.7",
5858
"qtpy": "2.3.0",
59-
"pyqt5": "5.15.9",
59+
"pyside6": "6.8.1",
6060
}
6161

6262
# 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
@@ -79,7 +79,7 @@ html = ['beautifulsoup4>=4.11.2', 'html5lib>=1.1', 'lxml>=4.9.2']
7979
xml = ['lxml>=4.9.2']
8080
plot = ['matplotlib>=3.6.3']
8181
output-formatting = ['jinja2>=3.1.2', 'tabulate>=0.9.0']
82-
clipboard = ['PyQt5>=5.15.9', 'qtpy>=2.3.0']
82+
clipboard = ['PySide6>=6.8.1', 'qtpy>=2.3.0']
8383
compression = ['zstandard>=0.19.0']
8484
timezone = ['pytz>=2023.4']
8585
all = ['adbc-driver-postgresql>=0.10.0',
@@ -103,7 +103,7 @@ all = ['adbc-driver-postgresql>=0.10.0',
103103
'psycopg2>=2.9.6',
104104
'pyarrow>=10.0.1',
105105
'pymysql>=1.0.2',
106-
'PyQt5>=5.15.9',
106+
'PySide6>=6.8.1',
107107
'pyreadstat>=1.2.0',
108108
'pytest>=7.3.2',
109109
'pytest-xdist>=3.4.0',

0 commit comments

Comments
 (0)