Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -10
requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
-
chainlit
|
2 |
-
cohere
|
3 |
-
openai
|
4 |
-
tiktoken
|
5 |
-
python-dotenv
|
6 |
-
daal
|
7 |
-
numpy
|
8 |
-
transformers
|
9 |
-
datasets
|
10 |
-
cython
|
|
|
1 |
+
chainlit==1.1.300rc0
|
2 |
+
cohere==4.37
|
3 |
+
openai==1.3.5
|
4 |
+
tiktoken==0.7.0
|
5 |
+
python-dotenv==1.0.0
|
6 |
+
daal==2021.2.3
|
7 |
+
numpy<1.21.0,>=1.17
|
|
|
|
|
|