11[tool .poetry ]
22name = " zod"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44description = " Zenseact Open Dataset"
55authors = [" Zenseact <opendataset@zenseact.com>" ]
66license = " MIT"
@@ -12,7 +12,7 @@ repository = "https://github.com/zenseact/zod"
1212zod = " zod.cli.main:app"
1313
1414[tool .poetry .dependencies ]
15- python = " ^3.7.1 "
15+ python = " ^3.8 "
1616tqdm = " >=4.60"
1717numpy = " ^1.19"
1818scipy = " ^1.5"
@@ -21,15 +21,13 @@ h5py = ">=3.1"
2121pyquaternion = " >=0.9"
2222numpy-quaternion = " >=2022.4.2"
2323dataclass-wizard = " >=0.22.2"
24- importlib-metadata = { version = " *" , python = " <3.8" }
25- typing-extensions = { version = " *" , python = " <3.8" }
2624# Optional dependencies
2725typer = { extras = [" all" ], version = " >=0.7.0" , optional = true }
2826dropbox = { version = " >=11.36.0" , optional = true }
29- opencv-python = { version = " >= 4" , optional = true }
30- matplotlib = { version = " >= 3" , optional = true }
27+ opencv-python = { version = " ^ 4" , optional = true }
28+ matplotlib = { version = " ^ 3" , optional = true }
3129plotly = { version = " ^5" , optional = true }
32- dash-bootstrap-components = { version = " >= 1.1" , optional = true }
30+ dash-bootstrap-components = { version = " ^ 1.1" , optional = true }
3331pandas = { version = " ^1.3" , optional = true }
3432notebook = { version = " >=5" , optional = true }
3533imageio = { version = " ^2" , optional = true }
0 commit comments