Spaces:
Sleeping
Sleeping
Add missing dependencies: smolagents, litellm, pydantic
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,7 @@ pymongo>=4.0.0
|
|
| 3 |
pandas>=1.5.0
|
| 4 |
python-dotenv>=1.0.0
|
| 5 |
opik>=0.1.0
|
| 6 |
-
loguru>=0.7.0
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
pandas>=1.5.0
|
| 4 |
python-dotenv>=1.0.0
|
| 5 |
opik>=0.1.0
|
| 6 |
+
loguru>=0.7.0
|
| 7 |
+
smolagents>=0.1.0
|
| 8 |
+
litellm>=1.0.0
|
| 9 |
+
pydantic>=2.0.0
|