mgbam commited on
Commit
daf354c
·
verified ·
1 Parent(s): 47e8ce3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -6,6 +6,6 @@ requests==2.31.0
6
  Pillow==10.2.0
7
  openai==1.12.0
8
  google-generativeai==0.4.1
9
- groq==0.18.0 # Trying a working version or a version with a wild card!
10
  SQLAlchemy==2.0.25
11
  typing-extensions==4.9.0
 
6
  Pillow==10.2.0
7
  openai==1.12.0
8
  google-generativeai==0.4.1
9
+ groq>=0.17.0 # Latest available, trying > versioning
10
  SQLAlchemy==2.0.25
11
  typing-extensions==4.9.0