Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
gradio==4.44.1
|
2 |
-
anthropic
|
3 |
-
wolframalpha==5.0.0
|
|
|
|
|
|
|
|
|
|
1 |
gradio==4.44.1
|
2 |
+
anthropic>=0.3.0
|
3 |
+
wolframalpha==5.0.0
|
4 |
+
python-dateutil>=2.8.2
|
5 |
+
protobuf<4
|
6 |
+
click<8.1
|
7 |
+
pydantic~=1.0
|