Update requirements.txt with anthropic package
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
python-dotenv
|
|
|
4 |
# pyttsx3==2.98 # No longer needed
|
5 |
# google-generativeai # No longer needed
|
6 |
-
# gradio # No longer needed
|
7 |
-
# anthropic # Replaced with openai
|
|
|
1 |
+
streamlit>=1.32.0
|
2 |
+
anthropic==0.7.8
|
3 |
+
python-dotenv>=1.0.0
|
4 |
+
# openai>=1.0.0 # Replaced with anthropic
|
5 |
# pyttsx3==2.98 # No longer needed
|
6 |
# google-generativeai # No longer needed
|
7 |
+
# gradio # No longer needed
|
|