Skip to content

Commit 111f92c

Browse files
committed
Revert "Last 0.20.x release: update dependencies to use specific versions for guidata and PlotPy"
This reverts commit 327aaed.
1 parent 327aaed commit 111f92c

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
@@ -40,8 +40,8 @@ classifiers = [
4040
]
4141
requires-python = ">=3.9, <4"
4242
dependencies = [
43-
"guidata == 3.9.0",
44-
"PlotPy == 2.7.5",
43+
"guidata >= 3.9",
44+
"PlotPy >= 2.7.5",
4545
"SciPy >= 1.5",
4646
"scikit-image >= 0.18",
4747
"pandas >= 1.2",

0 commit comments

Comments
 (0)