Spaces:
Sleeping
Sleeping
Commit
·
8b012a5
1
Parent(s):
33a83d7
Replace PyPDF2 with pypdf package
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
streamlit==1.29.0
|
2 |
openai==1.6.1
|
3 |
python-dotenv==1.0.0
|
4 |
-
|
5 |
langchain==0.0.352
|
6 |
chromadb==0.4.18
|
7 |
pydantic==2.5.2
|
|
|
1 |
streamlit==1.29.0
|
2 |
openai==1.6.1
|
3 |
python-dotenv==1.0.0
|
4 |
+
pypdf==3.17.1
|
5 |
langchain==0.0.352
|
6 |
chromadb==0.4.18
|
7 |
pydantic==2.5.2
|