Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
-
Torch
|
| 2 |
-
Transformers
|
| 3 |
flask
|
| 4 |
numpy
|
| 5 |
opencv-python
|
| 6 |
-
tensorflow==2.9.
|
| 7 |
tensorflow-object-detection-api
|
| 8 |
h5py
|
| 9 |
Keras-Preprocessing
|
|
|
|
|
|
|
|
|
|
| 1 |
flask
|
| 2 |
numpy
|
| 3 |
opencv-python
|
| 4 |
+
tensorflow==2.9.0
|
| 5 |
tensorflow-object-detection-api
|
| 6 |
h5py
|
| 7 |
Keras-Preprocessing
|