jostlebot commited on
Commit
7efd5e9
·
verified ·
1 Parent(s): da921f3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -5
requirements.txt CHANGED
@@ -1,7 +1,10 @@
1
  streamlit>=1.32.0
2
- anthropic==0.7.4
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
 
 
 
 
 
1
  streamlit>=1.32.0
 
2
  python-dotenv>=1.0.0
3
+ anthropic>=0.24.0
4
+
5
+ # The following are no longer needed:
6
+ # openai>=1.0.0
7
+ # pyttsx3==2.98
8
+ # google-generativeai
9
+ # gradio
10
+