File size: 559 Bytes
a5345be 5e701dc a5345be c3e2483 1fe11cb 8bb4446 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
gradio==5.41.1 langchain==0.1.13 langchain-community==0.0.33 # Using versions that are known to work together langchain-google-genai==0.0.11 google-generativeai>=0.4.1,<0.5.0 # Version range required by langchain-google-genai langgraph==0.0.33 matplotlib==3.8.3 pandas==2.2.1 sqlalchemy==2.0.28 python-dotenv==1.0.1 pymysql==1.1.0 numpy==1.26.4 python-multipart>=0.0.18 # Required by gradio plotly==5.18.0 # For interactive charts kaleido==0.2.1 # For saving plotly charts as images tabulate>=0.9.0 # Enables DataFrame.to_markdown used for chart parsing |