Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -15,7 +15,8 @@ Pillow==10.0.0
|
|
15 |
opencv-python-headless==4.8.1.78 # Updated to available version
|
16 |
|
17 |
# LLM Integration
|
18 |
-
groq
|
|
|
19 |
|
20 |
# Visualization
|
21 |
matplotlib==3.7.0
|
|
|
15 |
opencv-python-headless==4.8.1.78 # Updated to available version
|
16 |
|
17 |
# LLM Integration
|
18 |
+
groq>=1.0.0
|
19 |
+
|
20 |
|
21 |
# Visualization
|
22 |
matplotlib==3.7.0
|