Revision f6c855ef4a7ce63f72dba6b34e9d0e9edd9200ce authored by ctboughter on 01 December 2020, 17:23:16 UTC, committed by ctboughter on 01 December 2020, 17:23:16 UTC
1 parent 73e84d3
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 ...