jtdearmon commited on
Commit
ce11453
·
verified ·
1 Parent(s): 51df8be

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # UI
2
+ gradio>=4.36,<5
3
+
4
+ # LLM (for domain/question randomization)
5
+ openai>=1.40.0,<2
6
+
7
+ # Data stack
8
+ pandas>=2.2.2,<3
9
+ numpy>=1.26.4,<2
10
+ matplotlib>=3.8,<4
11
+ pillow>=10.3,<12