requirements.txt
Browse files- pyproject.toml +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.0.3"
|
13 |
python-dotenv = "^1.0.0"
|
14 |
openai = "^0.27.8"
|
15 |
tabulate = "^0.9.0"
|