Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +15 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
psychopy>=2023.2.3
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
scipy>=1.11
|
|
|
|
|
|
|
|
|
| 1 |
+
black>=23.0.0
|
| 2 |
+
gradio>=4.0.0
|
| 3 |
+
h5py>=3.9.0
|
| 4 |
+
matplotlib>=3.7.0
|
| 5 |
+
numpy>=1.24.0
|
| 6 |
+
openpyxl>=3.1.0
|
| 7 |
+
pandas>=2.0.0
|
| 8 |
+
plotly>=5.15.0
|
| 9 |
psychopy>=2023.2.3
|
| 10 |
+
pytest-cov>=4.1.0
|
| 11 |
+
pytest>=7.4.0
|
| 12 |
+
python-dateutil>=2.8.0
|
| 13 |
+
pyyaml>=6.0
|
| 14 |
+
scipy>=1.11.0
|
| 15 |
+
seaborn>=0.12.0
|
| 16 |
+
tqdm>=4.65.0
|