Kalbe-x-Bangkit
commited on
Commit
•
180d083
1
Parent(s):
3cbdbb2
Update TF version into >=2.0.0 and Keras version into >=2.8.0
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -5,8 +5,8 @@ scikit-image
|
|
5 |
pydicom
|
6 |
matplotlib
|
7 |
scipy
|
8 |
-
tensorflow>=2.
|
9 |
-
keras>=2.
|
10 |
fastapi
|
11 |
uvicorn
|
12 |
pillow
|
|
|
5 |
pydicom
|
6 |
matplotlib
|
7 |
scipy
|
8 |
+
tensorflow>=2.0.0
|
9 |
+
keras>=2.8.0
|
10 |
fastapi
|
11 |
uvicorn
|
12 |
pillow
|