Skip to content

Commit 59c29df

Browse files
committed
Update guidata dependency to version 3.6.1
1 parent 6182ac4 commit 59c29df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classifiers = [
4444
]
4545
requires-python = ">=3.8, <4"
4646
dependencies = [
47-
"guidata>=3.6",
47+
"guidata>=3.6.1",
4848
"PythonQwt>=0.12.1",
4949
"NumPy>=1.17",
5050
"SciPy>=1.3",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tifffile
77
PyQt5
88
PythonQwt>=0.12.1
99
SciPy>=1.3
10-
guidata>=3.6
10+
guidata>=3.6.1
1111
pylint
1212
ruff
1313
pytest

0 commit comments

Comments
 (0)