update numba

This commit is contained in:
Ftps
2024-01-22 17:26:25 +09:00
parent 2bb32421fa
commit 10f1860694
2 changed files with 70 additions and 55 deletions

View File

@@ -28,6 +28,7 @@ poethepoet = "^0.24.4"
uvicorn = {version = "^0.26.0", optional=true}
fastapi = "^0.109.0"
python-multipart = {version = "^0.0.6", optional=true}
numba = "0.59.0rc1"
[tool.poetry.extras]
api = ["uvicorn", "fastapi"]