cksleigen commited on
Commit
0632942
·
verified ·
1 Parent(s): b30b7da

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ torch>=1.9.0
2
+ transformers>=4.20.0
3
+ pandas>=1.3.0
4
+ gradio>=3.0.0
5
+ anthropic>=0.25.0
6
+ numpy>=1.21.0
7
+ python-dotenv>=0.19.0