-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase minimum python version to 3.8 and bump zod version
- Loading branch information
1 parent
122dd9f
commit b50cc2d
Showing
3 changed files
with
8 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "zod" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
description = "Zenseact Open Dataset" | ||
authors = ["Zenseact <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -12,7 +12,7 @@ repository = "https://github.com/zenseact/zod" | |
zod = "zod.cli.main:app" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.7.1" | ||
python = "^3.8" | ||
tqdm = ">=4.60" | ||
numpy = "^1.19" | ||
scipy = "^1.5" | ||
|
@@ -21,15 +21,13 @@ h5py = ">=3.1" | |
pyquaternion = ">=0.9" | ||
numpy-quaternion = ">=2022.4.2" | ||
dataclass-wizard = ">=0.22.2" | ||
importlib-metadata = { version = "*", python = "<3.8" } | ||
typing-extensions = { version = "*", python = "<3.8" } | ||
# Optional dependencies | ||
typer = { extras = ["all"], version = ">=0.7.0", optional = true } | ||
dropbox = { version = ">=11.36.0", optional = true } | ||
opencv-python = { version = ">=4", optional = true } | ||
matplotlib = { version = ">=3", optional = true } | ||
opencv-python = { version = "^4", optional = true } | ||
matplotlib = { version = "^3", optional = true } | ||
plotly = { version = "^5", optional = true } | ||
dash-bootstrap-components = { version = ">=1.1", optional = true } | ||
dash-bootstrap-components = { version = "^1.1", optional = true } | ||
pandas = { version = "^1.3", optional = true } | ||
notebook = { version = ">=5", optional = true } | ||
imageio = { version = "^2", optional = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters