Skip to content

Commit 2b18dc2

Browse files
Merge pull request #157 from JuanCavallin/main
Bug fix: onnxruntime package depends on later numpy version
2 parents 16205fe + 8487d00 commit 2b18dc2

File tree

2 files changed

+1
-1
lines changed

2 files 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)