sofieff commited on
Commit
8ed98b9
·
verified ·
1 Parent(s): fa7d05f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- gradio
2
- numpy
3
- pandas
4
- matplotlib
5
- mne
6
- soundfile
7
- scipy
8
- torch
9
- torchaudio
10
- braindecode
11
- scikit-learn
 
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