AnhP commited on
Commit
72427a2
·
verified ·
1 Parent(s): c29714a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # Platform-specific requirements section
2
- pip>=23.3,<24.1
3
  onnxruntime; sys_platform == 'darwin'
4
  onnxruntime-gpu; sys_platform != 'darwin'
5
 
 
1
  # Platform-specific requirements section
2
+ pip==23.3
3
  onnxruntime; sys_platform == 'darwin'
4
  onnxruntime-gpu; sys_platform != 'darwin'
5