Spaces:
Sleeping
Sleeping
cdupland
commited on
Commit
·
f827745
1
Parent(s):
fc3050e
Add python-dotenv and ensure pandas is listed in requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -6,4 +6,5 @@ langchain-pinecone
|
|
6 |
langchain_openai
|
7 |
pinecone-notebooks
|
8 |
pinecone-client[grpc]
|
9 |
-
pandas
|
|
|
|
6 |
langchain_openai
|
7 |
pinecone-notebooks
|
8 |
pinecone-client[grpc]
|
9 |
+
pandas
|
10 |
+
python-dotenv
|