Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1 +1,5 @@
|
|
1 |
-
onnxruntime
|
|
|
|
|
|
|
|
|
|
1 |
+
onnxruntime==1.12.0
|
2 |
+
wget==3.2
|
3 |
+
numpy==1.23.0
|
4 |
+
pillow==9.1.1
|
5 |
+
matplotlib==3.5.2
|