Skip to content

Commit 2bfa873

Browse files
fix: numba version (0.57) to comply with fit numpy/numba used by av2 package after waymo-open-dataset installed (req: numpy:1.21.5)
1 parent b4bd013 commit 2bfa873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ dependencies = [
7373
"pandaset@git+https://github.com/scaleapi/pandaset-devkit.git#egg=pandaset&subdirectory=python",
7474
"av2==0.2.1",
7575
"fastapi[all]==0.110",
76+
"numba==0.57",
7677
]
7778

7879
[project.optional-dependencies]

0 commit comments

Comments
 (0)