Skip to content

Commit 46b5d7e

Browse files
committed
Upgrade pyqt5 to 5.15 to avoid incorrectly specified dependencies in pyqt5 5.14.0
1 parent a63608e commit 46b5d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vpselector"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Visualize and interactively select time-series data from a pandas DataFrame."
55
readme = "README.md"
66
requires-python = ">=3.8"
@@ -32,7 +32,7 @@ classifiers = [
3232

3333
dependencies = [
3434
"pandas >= 1.1.5",
35-
"PyQt5==5.14.0",
35+
"PyQt5==5.15.0",
3636
"matplotlib>=3.7.1",
3737
"seaborn>=0.11.1",
3838
"overrides>=7.3.1",

0 commit comments

Comments
 (0)