aradhyapavan commited on
Commit
584ab77
·
verified ·
1 Parent(s): 02df2f8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -19
requirements.txt CHANGED
@@ -1,21 +1,22 @@
1
  --index-url https://pypi.org/simple
2
- Flask
3
- Werkzeug
4
- numpy
5
- pandas
6
- python-dotenv
7
- phidata
8
- pypdf
9
- transformers
10
- faiss-cpu
11
- reportlab
12
- langchain
13
- langchain-community
14
- langchain-text-splitters
15
- sentence-transformers
16
- sentencepiece
17
- mistralai
18
- gunicorn
19
- waitress
 
20
  --extra-index-url https://download.pytorch.org/whl/cpu
21
- torch==2.1.1+cpu
 
1
  --index-url https://pypi.org/simple
2
+ Flask==3.0.3
3
+ Werkzeug==3.0.3
4
+ numpy==1.26.4
5
+ pandas==2.2.2
6
+ python-dotenv==1.0.1
7
+ pypdf==4.3.1
8
+ reportlab==4.2.2
9
+ pillow==10.4.0
10
+ faiss-cpu==1.8.0.post1
11
+ transformers==4.44.2
12
+ sentence-transformers==3.0.1
13
+ sentencepiece==0.2.0
14
+ langchain==0.2.12
15
+ langchain-community==0.2.11
16
+ langchain-text-splitters==0.2.2
17
+ mistralai==1.2.2
18
+ phidata==2.7.6
19
+ gunicorn==23.0.0
20
+ waitress==2.1.2
21
  --extra-index-url https://download.pytorch.org/whl/cpu
22
+ torch==2.3.1+cpu