We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63608e commit 46b5d7eCopy full SHA for 46b5d7e
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "vpselector"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "Visualize and interactively select time-series data from a pandas DataFrame."
5
readme = "README.md"
6
requires-python = ">=3.8"
@@ -32,7 +32,7 @@ classifiers = [
32
33
dependencies = [
34
"pandas >= 1.1.5",
35
- "PyQt5==5.14.0",
+ "PyQt5==5.15.0",
36
"matplotlib>=3.7.1",
37
"seaborn>=0.11.1",
38
"overrides>=7.3.1",
0 commit comments