Hassankhwileh commited on
Commit
39a599b
·
verified ·
1 Parent(s): 354ba01

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -4,15 +4,14 @@ fastapi>=0.100.0,<1.0.0
4
  torch
5
  accelerate
6
  langchain
7
- crewai==0.16.6
8
  openai>=0.27.0
9
  chromadb==0.4.24
10
  python-dotenv
11
- groq
12
- anthropic
13
-
14
-
15
 
 
16
 
17
  # PDF and OCR processing
18
  PyPDF2>=3.0.0
 
4
  torch
5
  accelerate
6
  langchain
7
+ crewai>=0.28.0 # Ensure you have the latest version
8
  openai>=0.27.0
9
  chromadb==0.4.24
10
  python-dotenv
11
+ groq==0.3.1
12
+ anthropic==0.18.1
 
 
13
 
14
+ # Other dependencies...
15
 
16
  # PDF and OCR processing
17
  PyPDF2>=3.0.0