Update Keras version into >=2.11.0 and <=3.3.3
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ pydicom
|
|
| 6 |
matplotlib
|
| 7 |
scipy
|
| 8 |
tensorflow>=2.4.0,<=2.16.1
|
| 9 |
-
keras
|
| 10 |
fastapi
|
| 11 |
uvicorn
|
| 12 |
pillow
|
|
|
|
| 6 |
matplotlib
|
| 7 |
scipy
|
| 8 |
tensorflow>=2.4.0,<=2.16.1
|
| 9 |
+
keras>=2.11.0,<=3.3.3
|
| 10 |
fastapi
|
| 11 |
uvicorn
|
| 12 |
pillow
|