chrisjcc commited on
Commit
3f53ede
·
verified ·
1 Parent(s): b2dabfa

Add required library installations

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # requirements file
2
+ # sandbox had python 3.10
3
+
4
+ together==1.5.21
5
+ python-dotenv==1.1.1
6
+ pydantic==2.11.7
7
+ gradio==5.40.0