update
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
tensorflow
|
| 2 |
matplotlib
|
| 3 |
pandas
|
| 4 |
tqdm
|
| 5 |
scipy
|
| 6 |
obspy
|
| 7 |
-
|
|
|
|
| 8 |
|
|
|
|
| 1 |
+
tensorflow==2.14.0
|
| 2 |
matplotlib
|
| 3 |
pandas
|
| 4 |
tqdm
|
| 5 |
scipy
|
| 6 |
obspy
|
| 7 |
+
uvicorn
|
| 8 |
+
fastapi
|
| 9 |
|