Spaces:
Sleeping
Sleeping
OliverPerrin commited on
Commit ·
0eab5ef
1
Parent(s): 6d135aa
Demo requirements bug fix
Browse files- requirements-demo.txt +1 -0
requirements-demo.txt
CHANGED
|
@@ -20,6 +20,7 @@ gradio>=4.0,<5.0
|
|
| 20 |
# Data processing
|
| 21 |
numpy>=1.24.0
|
| 22 |
pandas>=2.0.0
|
|
|
|
| 23 |
|
| 24 |
# Config
|
| 25 |
pyyaml>=6.0
|
|
|
|
| 20 |
# Data processing
|
| 21 |
numpy>=1.24.0
|
| 22 |
pandas>=2.0.0
|
| 23 |
+
datasets>=2.14.0
|
| 24 |
|
| 25 |
# Config
|
| 26 |
pyyaml>=6.0
|