Update TF version into >=2.4.0 and <=2.16.1
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ scikit-image
|
|
| 5 |
pydicom
|
| 6 |
matplotlib
|
| 7 |
scipy
|
| 8 |
-
tensorflow
|
| 9 |
keras
|
| 10 |
fastapi
|
| 11 |
uvicorn
|
|
|
|
| 5 |
pydicom
|
| 6 |
matplotlib
|
| 7 |
scipy
|
| 8 |
+
tensorflow>=2.4.0,<=2.16.1
|
| 9 |
keras
|
| 10 |
fastapi
|
| 11 |
uvicorn
|