Update requirements.txt
Browse files- requirements.txt +16 -16
requirements.txt
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
-
flask
|
| 2 |
-
gunicorn
|
| 3 |
-
pandas
|
| 4 |
-
openpyxl
|
| 5 |
-
numpy==1.26.4
|
| 6 |
-
opencv-python-headless
|
| 7 |
-
tensorflow-cpu==2.19.0
|
| 8 |
-
patchify
|
| 9 |
-
joblib
|
| 10 |
-
scikit-learn
|
| 11 |
-
werkzeug
|
| 12 |
-
huggingface_hub
|
| 13 |
-
tqdm
|
| 14 |
-
protobuf<5
|
| 15 |
-
ml-dtypes=
|
| 16 |
-
python-dotenv
|
|
|
|
| 1 |
+
flask
|
| 2 |
+
gunicorn
|
| 3 |
+
pandas
|
| 4 |
+
openpyxl
|
| 5 |
+
numpy==1.26.4
|
| 6 |
+
opencv-python-headless
|
| 7 |
+
tensorflow-cpu==2.19.0
|
| 8 |
+
patchify
|
| 9 |
+
joblib
|
| 10 |
+
scikit-learn
|
| 11 |
+
werkzeug
|
| 12 |
+
huggingface_hub
|
| 13 |
+
tqdm
|
| 14 |
+
protobuf<5
|
| 15 |
+
ml-dtypes>=0.5.1,<1.0.0
|
| 16 |
+
python-dotenv
|