File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727import guidata .dataset as gds
2828import numpy as np
29- from guidata .dataset .io import JSONReader , JSONWriter
3029from guidata .env import execenv
30+ from guidata .io import JSONReader , JSONWriter
3131from guidata .userconfig import get_config_basedir
3232
3333import cdlclient
Original file line number Diff line number Diff line change 1111from typing import Any
1212
1313import guidata .dataset as gds
14- from guidata .dataset . io import JSONReader
14+ from guidata .io import JSONReader
1515
1616ROI_KEY = "_roi_"
1717ANN_KEY = "_ann_"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ classifiers = [
3636 " Topic :: Software Development :: Widget Sets" ,
3737]
3838requires-python = " >=3.8, <4"
39- dependencies = [" NumPy >= 1.21" , " guidata >= 3.1 " ]
39+ dependencies = [" NumPy >= 1.21" , " guidata >= 3.5 " ]
4040dynamic = [" version" ]
4141
4242[project .urls ]
You can’t perform that action at this time.
0 commit comments