KurniaKadir commited on
Commit
fbd8ee9
·
verified ·
1 Parent(s): 8a543b9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -5
requirements.txt CHANGED
@@ -1,6 +1,16 @@
 
 
 
 
 
 
 
 
1
  psychopy>=2023.2.3
2
- gradio>=4.0
3
- numpy>=1.24
4
- pandas>=2.0
5
- matplotlib>=3.7
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