| 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 |
|
|