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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+2-2
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',

requirements-dev.txt

+1-1
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-
PyQt5>=5.15.9
14+
PySide6>=6.8.1
1515
coverage
1616
python-dateutil
1717
numpy<2

scripts/generate_pip_deps_from_conda.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dask-core": "dask",
3434
"seaborn-base": "seaborn",
3535
"sqlalchemy": "SQLAlchemy",
36-
"pyqt": "PyQt5",
36+
"pyside6": "PySide6",
3737
}
3838

3939

scripts/tests/data/deps_minimum.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ html = ['beautifulsoup4>=4.9.3', 'html5lib>=1.1', 'lxml>=4.6.3']
7474
xml = ['lxml>=4.6.3']
7575
plot = ['matplotlib>=3.6.1']
7676
output_formatting = ['jinja2>=3.0.0', 'tabulate>=0.8.9']
77-
clipboard = ['PyQt5>=5.15.1', 'qtpy>=2.3.0']
77+
clipboard = ['PySide6>=6.8.1', 'qtpy>=2.3.0']
7878
compression = ['zstandard>=0.15.2']
7979
all = ['beautifulsoup4>=5.9.3',
8080
# blosc only available on conda (https://github.com/Blosc/python-blosc/issues/297)
@@ -95,7 +95,7 @@ all = ['beautifulsoup4>=5.9.3',
9595
'psycopg2>=2.8.6',
9696
'pyarrow>=7.0.0',
9797
'pymysql>=1.0.2',
98-
'PyQt5>=5.15.1',
98+
'PySide6>=6.8.1',
9999
'pyreadstat>=1.1.2',
100100
'pytest>=7.3.2',
101101
'pytest-xdist>=3.4.0',

scripts/validate_min_versions_in_sync.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
SETUP_PATH = pathlib.Path("pyproject.toml").resolve()
3737
YAML_PATH = pathlib.Path("ci/deps")
3838
ENV_PATH = pathlib.Path("environment.yml")
39-
EXCLUDE_DEPS = {"tzdata", "blosc", "pyqt", "pyqt5"}
39+
EXCLUDE_DEPS = {"tzdata", "blosc"}
4040
EXCLUSION_LIST = frozenset(["python=3.8[build=*_pypy]"])
4141
# pandas package is not available
4242
# in pre-commit environment

0 commit comments

Comments
 (0)