Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Platform-specific requirements section
|
2 |
-
pip
|
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 |
|