TwoQuarks commited on
Commit
23d4e9f
·
verified ·
1 Parent(s): 00085b4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt CHANGED
@@ -1,3 +1,13 @@
1
  numpy
2
  matplotlib
3
  huggingface_hub<1.0
 
 
 
 
 
 
 
 
 
 
 
1
  numpy
2
  matplotlib
3
  huggingface_hub<1.0
4
+
5
+ # UI
6
+ gradio
7
+
8
+ # workaround al bug de schema bool (pydantic 2.11+)
9
+ pydantic==2.10.6
10
+
11
+ gradio==5.4.0
12
+ gradio_client==1.4.2
13
+ pydantic==2.10.6