Update requirements.txt
Browse files- requirements.txt +3 -0
 
    	
        requirements.txt
    CHANGED
    
    | 
         @@ -17,6 +17,9 @@ langchain-pinecone>=0.0.3 
     | 
|
| 17 | 
         
             
            langchain-core>=0.1.23
         
     | 
| 18 | 
         
             
            langgraph>=0.0.25
         
     | 
| 19 | 
         
             
            tavily-python
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 20 | 
         | 
| 21 | 
         
             
            # -----------------------------------------------------------------------------
         
     | 
| 22 | 
         
             
            # Vector Stores & Embeddings
         
     | 
| 
         | 
|
| 17 | 
         
             
            langchain-core>=0.1.23
         
     | 
| 18 | 
         
             
            langgraph>=0.0.25
         
     | 
| 19 | 
         
             
            tavily-python
         
     | 
| 20 | 
         
            +
            plotly
         
     | 
| 21 | 
         
            +
            openpyxl
         
     | 
| 22 | 
         
            +
            pandas
         
     | 
| 23 | 
         | 
| 24 | 
         
             
            # -----------------------------------------------------------------------------
         
     | 
| 25 | 
         
             
            # Vector Stores & Embeddings
         
     |