Skip to content

Commit abb17e4

Browse files
committed
fix: fixing numba version due to visions
1 parent ebdb2d4 commit abb17e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies = [
6060
"imagehash==4.3.1",
6161
"wordcloud>=1.9.3",
6262
"dacite>=1.8",
63-
"numba>=0.56.0, <1",
63+
"numba>=0.56.0, <=0.61",
6464
]
6565

6666
dynamic = ["version"]

0 commit comments

Comments
 (0)