AION Protocol Development commited on
Commit
21e097f
·
1 Parent(s): a03e119

fix: Add requirements.txt with all dependencies

Browse files

ModuleNotFoundError: No module named 'anthropic' fixed

Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ gradio==4.44.0
2
+ anthropic==0.39.0
3
+ openai==1.54.0
4
+ groq==0.11.0
5
+ google-generativeai==0.8.3
6
+ pandas==2.2.3
7
+ requests==2.32.3