Skip to content

Commit d5ac6d4

Browse files
committed
Pin PyQt5==5.15.9
1 parent 83ba106 commit d5ac6d4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dev-environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies:
3030
- openjdk=11
3131
- pandas
3232
- pyimagej >= 1.4.1
33+
- pyqt5 == 5.15.9
3334
- scyjava >= 1.9.1
3435
- superqt >= 0.7.0
3536
- xarray < 2024.10.0

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies:
3030
- openjdk=11
3131
- pandas
3232
- pyimagej >= 1.4.1
33+
- pyqt5 == 5.15.9
3334
- scyjava >= 1.9.1
3435
- superqt >= 0.7.0
3536
- xarray < 2024.10.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dependencies = [
4343
"numpy",
4444
"pandas",
4545
"pyimagej >= 1.4.1",
46+
"pyqt5 == 5.15.9",
4647
"scyjava >= 1.9.1",
4748
"superqt >= 0.7.0",
4849
"xarray < 2024.10.0",
@@ -58,7 +59,6 @@ dev = [
5859
"build",
5960
"myst-parser",
6061
"pre-commit",
61-
"pyqt5",
6262
"pytest",
6363
"pytest-cov",
6464
"pytest-env",

0 commit comments

Comments
 (0)