Commit a1ce068f authored by nd-02110114's avatar nd-02110114
Browse files

♻️ update install shell script

parent f7bc7a2e
Loading
Loading
Loading
Loading
+8 −14
Original line number Diff line number Diff line
@@ -20,23 +20,17 @@ else
}

conda install -y -q -c deepchem -c rdkit -c conda-forge -c omnia `
    biopython `
    mdtraj `
    pdbfixer `
    rdkit `
    joblib `
    scikit-learn `
    networkx `
    openmm `
    pdbfixer `
    pillow `
    pandas `
    nose `
    nose-timer `
    flaky `
    zlib `
    requests `
    py-xgboost `
    rdkit `
    simdna `
    setuptools `
    biopython `
    numpy
    py-xgboost  `
    pytest `
    pytest-cov `
    flaky

pip install -U tensorflow tensorflow-probability
+0 −2
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@ fi

yes | pip install --upgrade pip
conda install -y -q -c deepchem -c rdkit -c conda-forge -c omnia \
    pandas \ 
    scikit-learn \
    # soft dependencies
    biopython \
    mdtraj \