Spaces:
Runtime error
Runtime error
chore(requirements.txt): update dependencies to latest versions
Browse filesThis commit updates the dependencies in requirements.txt to their latest versions. Specifically, openai is updated to version 0.27.8, langchain to version 0.0.196, pypdf to version 3.9.1, chromadb to version 0.3.26, and tiktoken to version 0.4.0.
- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
openai
|
2 |
-
langchain
|
3 |
-
pypdf
|
4 |
-
chromadb
|
5 |
-
tiktoken
|
6 |
-
PyPDF2
|
|
|
1 |
+
openai==0.27.8
|
2 |
+
langchain==0.0.196
|
3 |
+
pypdf==3.9.1
|
4 |
+
chromadb==0.3.26
|
5 |
+
tiktoken==0.4.0
|
|