Skip to content

Commit 3bddf60

Browse files
committed
Update guidata dependency to version 3.5
1 parent 63a7a52 commit 3bddf60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cdlclient/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
import guidata.dataset as gds
2828
import numpy as np
29-
from guidata.dataset.io import JSONReader, JSONWriter
3029
from guidata.env import execenv
30+
from guidata.io import JSONReader, JSONWriter
3131
from guidata.userconfig import get_config_basedir
3232

3333
import cdlclient

cdlclient/simplemodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from typing import Any
1212

1313
import guidata.dataset as gds
14-
from guidata.dataset.io import JSONReader
14+
from guidata.io import JSONReader
1515

1616
ROI_KEY = "_roi_"
1717
ANN_KEY = "_ann_"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
"Topic :: Software Development :: Widget Sets",
3737
]
3838
requires-python = ">=3.8, <4"
39-
dependencies = ["NumPy >= 1.21", "guidata >= 3.1"]
39+
dependencies = ["NumPy >= 1.21", "guidata >= 3.5"]
4040
dynamic = ["version"]
4141

4242
[project.urls]

0 commit comments

Comments
 (0)