DeathBlade020 commited on
Commit
0466455
·
verified ·
1 Parent(s): ab69363

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- numpy==2.2.5
2
- pandas==2.3.0
3
- python-dotenv==1.0.1
4
- langchain==0.3.25
5
- langchain-openai==0.3.23
6
- langchain-community==0.3.24
7
- chromadb==1.0.12
8
- scikit-learn==1.7.0
9
- sentence-transformers==4.1.0
 
 
1
+ numpy==2.2.5
2
+ pandas==2.3.0
3
+ python-dotenv==1.0.1
4
+ langchain==0.3.25
5
+ langchain-openai==0.3.23
6
+ langchain-community==0.3.24
7
+ chromadb==1.0.12
8
+ scikit-learn==1.7.0
9
+ sentence-transformers==4.1.0
10
+ beautifulsoup4==4.13.4