Spaces:
Running
Running
Update requirements.txt
Browse filesv.0.1.1
- correction of file
- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
streamlit==1.21.0
|
2 |
torch==1.13.1
|
3 |
transformers==4.26.1
|
4 |
-
langchain
|
|
|
5 |
nltk==3.8.1
|
6 |
pandas==1.5.3
|
7 |
-
jsonlines==3.0.0
|
|
|
|
1 |
streamlit==1.21.0
|
2 |
torch==1.13.1
|
3 |
transformers==4.26.1
|
4 |
+
langchain>=0.3.0
|
5 |
+
langchain-core>=0.3.0.1
|
6 |
nltk==3.8.1
|
7 |
pandas==1.5.3
|
8 |
+
jsonlines==3.0.0
|
9 |
+
pydantic==2.8.2
|