Skip to content

Commit e77879c

Browse files
Update all dependencies
1 parent a423d4b commit e77879c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ authors = ["Tuan Anh, Le <[email protected]>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.8,<3.12"
9+
python = ">=3.12,<3.13"
1010
pyyaml = "^6.0"
1111
matplotlib = "^3.4.2"
12-
numba = "^0.57.0"
12+
numba = "^0.58.0"
1313
opencv-python = "^4.5.4"
14-
scikit-image = "^0.21.0"
14+
scikit-image = "^0.22.0"
1515
torch = "^2.0.1"
1616
numpy = "^1.19.0"
1717
nptyping = "^2.0.0"
18-
torchvision = "^0.15.2"
18+
torchvision = "^0.16.0"
1919
tensorflow = "^2.12.0"
2020

2121
[tool.poetry.dev-dependencies]
2222
black = "^21.11b1"
2323
pdoc3 = "^0.10.0"
2424
jupyter = "^1.0.0"
25-
ipython = "<8.14.1"
25+
ipython = "<8.16.2"
2626

2727

2828
[build-system]

0 commit comments

Comments
 (0)