[5b5f7c]: / requirements.sh

Download this file

15 lines (13 with data), 343 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
python3 -m venv omni
source omni/bin/activate
pip install tqdm==4.31.1
pip install argparse==1.1
pip install numpy==1.16.2
pip install pandas==0.24.2
pip install scipy==1.2.1
pip install torch==1.1.0
pip install scikit-learn==0.22.1
pip install scipy==1.2.1
pip install wfdb==2.2.1
pip install matplotlib==3.0.2
pip install pyqtgraph==0.10.0