Spaces:
Build error
Build error
Commit
·
2929fa3
1
Parent(s):
75e5ca4
Add gradio_calendar dependency
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
einops==0.8.1
|
2 |
gradio==4.44.1
|
|
|
3 |
gradio_client==1.3.0
|
4 |
numpy==1.26.4
|
5 |
plotly==5.24.1
|
6 |
polars==1.21.0
|
7 |
-
scipy==1.13.1
|
|
|
1 |
einops==0.8.1
|
2 |
gradio==4.44.1
|
3 |
+
gradio_calendar==0.0.6
|
4 |
gradio_client==1.3.0
|
5 |
numpy==1.26.4
|
6 |
plotly==5.24.1
|
7 |
polars==1.21.0
|
8 |
+
scipy==1.13.1
|