Diff of /requirements.sh [000000] .. [c0487b]

Switch to unified view

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