sofieff commited on
Commit
be02a3a
·
verified ·
1 Parent(s): d911163

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -11
requirements.txt CHANGED
@@ -1,11 +1,12 @@
1
- gradio==5.47.0
2
- numpy==2.3.3
3
- pandas==2.3.2
4
- matplotlib==3.10.6
5
- mne==1.10.1
6
- soundfile==0.13.1
7
- scipy==1.16.2
8
- torch==2.8.0
9
- torchaudio==2.8.0
10
- braindecode==1.2.0
11
- scikit-learn==1.7.2
 
 
1
+ gradio>=5.0.0
2
+ numpy>=1.24.0,<2.0.0
3
+ pandas>=2.0.0,<3.0.0
4
+ matplotlib>=3.7.0,<4.0.0
5
+ mne>=1.10.0
6
+ soundfile>=0.12.0
7
+ scipy>=1.11.0,<2.0.0
8
+ torch>=2.0.0,<3.0.0
9
+ torchaudio>=2.0.0,<3.0.0
10
+ braindecode>=1.1.0
11
+ scikit-learn>=1.3.0,<2.0.0
12
+