Harika22 commited on
Commit
5dcea16
·
verified ·
1 Parent(s): 9465ce3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- langchain
2
- langchain-community
3
- huggingface_hub
4
- langchain_huggingface
5
- streamlit
6
- pandas
7
- matplotlib
8
- seaborn
 
1
+ streamlit==1.45.1
2
+ pandas==2.2.2
3
+ matplotlib==3.8.4
4
+ seaborn==0.13.2
5
+ langchain==0.2.14
6
+ langchain-community==0.2.12
7
+ langchain-huggingface==0.0.3
8
+ huggingface_hub==0.23.4