Skip to content

Commit 26920d6

Browse files
committed
allow newer numba versions
1 parent 36aa28e commit 26920d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ poethepoet = "^0.24.4"
2828
uvicorn = "^0.26.0"
2929
fastapi = "^0.109.0"
3030
python-multipart = "^0.0.6"
31-
numba = "0.59.0rc1"
31+
numba = "^0.59.0rc1"
3232

3333
[tool.poetry.extras]
3434
api = ["uvicorn", "fastapi"]

0 commit comments

Comments
 (0)