Adicionando Keras 3
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -8,4 +8,7 @@ scikit-learn
|
|
| 8 |
fastapi
|
| 9 |
uvicorn
|
| 10 |
python-multipart
|
| 11 |
-
opencv-python
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
fastapi
|
| 9 |
uvicorn
|
| 10 |
python-multipart
|
| 11 |
+
opencv-python
|
| 12 |
+
keras==3.0.5
|
| 13 |
+
|
| 14 |
+
--extra-index-url https://pypi.org/simple
|