Spaces:
Running
Running
Update pyproject.toml
Browse files- pyproject.toml +8 -8
pyproject.toml
CHANGED
@@ -7,19 +7,19 @@ readme = "README.md"
|
|
7 |
|
8 |
[tool.poetry.dependencies]
|
9 |
python = "^3.12"
|
10 |
-
openai = "
|
11 |
pandas = "*"
|
12 |
plotly = "*"
|
13 |
openpyxl = "*"
|
14 |
-
streamlit = "
|
15 |
streamlit-option-menu = "*"
|
16 |
streamlit-extras = "*"
|
17 |
streamlit-lottie = "*"
|
18 |
-
langchain = "
|
19 |
-
langchain_core = "
|
20 |
-
langchain_community = "
|
21 |
-
langchain_google_genai = "
|
22 |
-
langchain_groq = "
|
23 |
Pillow = "*"
|
24 |
pypdf = "*"
|
25 |
geopandas = "*"
|
@@ -27,7 +27,7 @@ folium = "*"
|
|
27 |
streamlit-folium = "*"
|
28 |
branca = "*"
|
29 |
requests = "*"
|
30 |
-
groq = "
|
31 |
regex = "*"
|
32 |
chardet = "*"
|
33 |
faiss-cpu = "*"
|
|
|
7 |
|
8 |
[tool.poetry.dependencies]
|
9 |
python = "^3.12"
|
10 |
+
openai = "1.51.2"
|
11 |
pandas = "*"
|
12 |
plotly = "*"
|
13 |
openpyxl = "*"
|
14 |
+
streamlit = "^1.39.0"
|
15 |
streamlit-option-menu = "*"
|
16 |
streamlit-extras = "*"
|
17 |
streamlit-lottie = "*"
|
18 |
+
langchain = "^0.3.3"
|
19 |
+
langchain_core = "^0.3.10"
|
20 |
+
langchain_community = "^0.3.2"
|
21 |
+
langchain_google_genai = "^2.0.1"
|
22 |
+
langchain_groq = "^0.2.0"
|
23 |
Pillow = "*"
|
24 |
pypdf = "*"
|
25 |
geopandas = "*"
|
|
|
27 |
streamlit-folium = "*"
|
28 |
branca = "*"
|
29 |
requests = "*"
|
30 |
+
groq = "^0.11.0"
|
31 |
regex = "*"
|
32 |
chardet = "*"
|
33 |
faiss-cpu = "*"
|