zhuwq0 commited on
Commit
a13446f
1 Parent(s): 8111b6b
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- tensorflow
2
  matplotlib
3
  pandas
4
  tqdm
5
  scipy
6
  obspy
7
- kafka-python
 
8
 
 
1
+ tensorflow==2.14.0
2
  matplotlib
3
  pandas
4
  tqdm
5
  scipy
6
  obspy
7
+ uvicorn
8
+ fastapi
9