Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
@@ -1,2 +1,12 @@
|
|
1 |
tensorflow
|
2 |
-
pip install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
tensorflow
|
2 |
+
pip install -r requirements.txt
|
3 |
+
|
4 |
+
--no-cache-dir
|
5 |
+
--user
|
6 |
+
pip==22.3.1
|
7 |
+
datasets
|
8 |
+
"huggingface-hub>=0.19"
|
9 |
+
"hf-transfer>=0.1.4"
|
10 |
+
"protobuf<4"
|
11 |
+
"click<8.1"
|
12 |
+
"pydantic~=1.0"
|