Revision 73e84d34c580cc2c255d7b12101858299ac0903f authored by ctboughter on 20 November 2020, 20:40:37 UTC, committed by ctboughter on 20 November 2020, 20:40:37 UTC
1 parent b029e3b
install_packages.sh
#!/bin/bash
# Note to advanced users, only exact Biopython and Scikit-Learn versions should be necessary
# All other packages should be compatible with multiple versions, but have not been tested
conda install -c conda-forge kivy=1.11.1
conda install -c conda-forge biopython=1.76
conda install -c conda-forge scipy=1.4.1
conda install pandas=1.0.3
conda install numpy=1.18.1
conda install matplotlib=3.1.3
conda install scikit-learn=0.22.1
conda install seaborn=0.10.1

Computing file changes ...