fixed requiremets
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
gradio==5.0.2
|
2 |
azure-storage-file-share==12.11.1
|
3 |
-
azure-storage-blob
|
4 |
python-dotenv==1.0.0
|
5 |
langchain==0.2.1
|
6 |
langchain_openai==0.1.7
|
7 |
langgraph==0.2.70
|
8 |
pinecone-client==4.1.0
|
9 |
sentence-transformers==2.6.0
|
10 |
-
huggingface-hub
|
11 |
pyalex==0.13
|
12 |
networkx==3.2.1
|
13 |
pyvis==0.3.2
|
@@ -22,4 +22,6 @@ gradio-modal==0.0.4
|
|
22 |
vanna==0.7.5
|
23 |
geopy==2.4.1
|
24 |
duckdb==1.2.1
|
25 |
-
|
|
|
|
|
|
1 |
gradio==5.0.2
|
2 |
azure-storage-file-share==12.11.1
|
3 |
+
azure-storage-blob==12.23.0
|
4 |
python-dotenv==1.0.0
|
5 |
langchain==0.2.1
|
6 |
langchain_openai==0.1.7
|
7 |
langgraph==0.2.70
|
8 |
pinecone-client==4.1.0
|
9 |
sentence-transformers==2.6.0
|
10 |
+
huggingface-hub==0.25.2
|
11 |
pyalex==0.13
|
12 |
networkx==3.2.1
|
13 |
pyvis==0.3.2
|
|
|
22 |
vanna==0.7.5
|
23 |
geopy==2.4.1
|
24 |
duckdb==1.2.1
|
25 |
+
openai==1.61.1
|
26 |
+
pydantic==2.9.2
|
27 |
+
pydantic-settings==2.2.1
|