Skip to content

Commit 08623bd

Browse files
authored
Bug fix: onnxruntime depends on later numpy version
Changed numpy version to latest to resolve error
1 parent 1a9c377 commit 08623bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mpmath==1.3.0
1919
mss==9.0.1
2020
networkx==3.2.1
2121
numba==0.59.1
22-
numpy==1.26.1
22+
numpy==1.26.4
2323
onnxruntime==1.17.1
2424
opencv-python-headless==4.9.0.80
2525
packaging==24.0

0 commit comments

Comments
 (0)