Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
gradio
|
2 |
-
anthropic
|
3 |
-
httpx
|
|
|
|
1 |
+
gradio==4.0.2
|
2 |
+
anthropic==0.8.1
|
3 |
+
httpx==0.25.2
|
4 |
+
python-dotenv==1.0.0
|