Skip to content

Commit 45fef64

Browse files
Update all dependencies
1 parent a423d4b commit 45fef64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ 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"
@@ -22,7 +22,7 @@ tensorflow = "^2.12.0"
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)