gauthamnairy commited on
Commit
93ab1f4
·
verified ·
1 Parent(s): 83dbc30

Update backend/requirements.txt

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +18 -16
backend/requirements.txt CHANGED
@@ -1,16 +1,18 @@
1
- fastapi
2
- uvicorn
3
- python-multipart
4
- google-generativeai>=0.5.0
5
- python-dotenv
6
- groq
7
- mistralai
8
- easyocr
9
- PyMuPDF
10
- pillow
11
- e2b-code-interpreter
12
- openai
13
- docling
14
- torch --index-url https://download.pytorch.org/whl/cpu
15
- transformers
16
- numpy<2.0
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ fastapi
3
+ uvicorn
4
+ python-multipart
5
+ google-generativeai>=0.5.0
6
+ python-dotenv
7
+ groq
8
+ mistralai
9
+ easyocr
10
+ PyMuPDF
11
+ pillow
12
+ e2b-code-interpreter
13
+ openai
14
+ docling
15
+ torch
16
+ transformers
17
+ numpy<2.0
18
+ accelerate