requirements.txt
Browse files- pyproject.toml +1 -1
- requirements.txt +1 -1
pyproject.toml
CHANGED
@@ -9,7 +9,7 @@ readme = "README.md"
|
|
9 |
python = "^3.11"
|
10 |
langchain = "0.0.301"
|
11 |
streamlit = "^1.25.0"
|
12 |
-
pandas = "^2.
|
13 |
python-dotenv = "^1.0.0"
|
14 |
openai = "^0.27.8"
|
15 |
tabulate = "^0.9.0"
|
|
|
9 |
python = "^3.11"
|
10 |
langchain = "0.0.301"
|
11 |
streamlit = "^1.25.0"
|
12 |
+
pandas = "^2.1.1"
|
13 |
python-dotenv = "^1.0.0"
|
14 |
openai = "^0.27.8"
|
15 |
tabulate = "^0.9.0"
|
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ langsmith==0.0.40
|
|
3 |
matplotlib==3.7.2
|
4 |
neo4j==5.11.0
|
5 |
openai==0.27.8
|
6 |
-
pandas==2.
|
7 |
python-dotenv==1.0.0
|
8 |
seaborn==0.12.2
|
9 |
streamlit==1.25.0
|
|
|
3 |
matplotlib==3.7.2
|
4 |
neo4j==5.11.0
|
5 |
openai==0.27.8
|
6 |
+
pandas==2.1.1
|
7 |
python-dotenv==1.0.0
|
8 |
seaborn==0.12.2
|
9 |
streamlit==1.25.0
|