Jiahuita
commited on
Commit
•
cd57bd2
1
Parent(s):
3b1f6a4
Updated requirements
Browse files- requirements.txt +5 -9
requirements.txt
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
-
tensorflow-macos>=2.10.0
|
2 |
-
|
3 |
transformers>=4.30.0
|
4 |
torch>=2.0.0
|
5 |
-
fastapi==0.68.1
|
6 |
-
uvicorn==0.15.0
|
7 |
numpy>=1.19.2
|
8 |
-
pydantic==1.8.2
|
9 |
-
python-multipart==0.0.5
|
10 |
scikit-learn>=0.24.2
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
1 |
+
#tensorflow-macos>=2.10.0
|
2 |
+
tensorflow>=2.10.0
|
3 |
transformers>=4.30.0
|
4 |
torch>=2.0.0
|
|
|
|
|
5 |
numpy>=1.19.2
|
|
|
|
|
6 |
scikit-learn>=0.24.2
|
7 |
+
fastapi==0.68.1
|
8 |
+
uvicorn==0.15.0
|
9 |
+
pydantic==1.8.2
|