We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a423d4b commit 3dba2a6Copy full SHA for 3dba2a6
pyproject.toml
@@ -6,23 +6,23 @@ authors = ["Tuan Anh, Le <[email protected]>"]
6
license = "MIT"
7
8
[tool.poetry.dependencies]
9
-python = ">=3.8,<3.12"
+python = ">=3.12,<3.13"
10
pyyaml = "^6.0"
11
matplotlib = "^3.4.2"
12
-numba = "^0.57.0"
+numba = "^0.58.0"
13
opencv-python = "^4.5.4"
14
-scikit-image = "^0.21.0"
+scikit-image = "^0.22.0"
15
torch = "^2.0.1"
16
numpy = "^1.19.0"
17
nptyping = "^2.0.0"
18
-torchvision = "^0.15.2"
+torchvision = "^0.16.0"
19
tensorflow = "^2.12.0"
20
21
[tool.poetry.dev-dependencies]
22
black = "^21.11b1"
23
pdoc3 = "^0.10.0"
24
jupyter = "^1.0.0"
25
-ipython = "<8.14.1"
+ipython = "<8.17.3"
26
27
28
[build-system]
0 commit comments