Commit 11497aa5 authored by nd-02110114's avatar nd-02110114
Browse files

♻️ fix install module

parent 3d738d06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,4 +55,4 @@ conda install -y -q -c deepchem -c rdkit -c conda-forge -c omnia `
    biopython `
    numpy

pip install --pre -U $tensorflow tensorflow-probability
pip install -U tensorflow tensorflow-probability
+1 −1
Original line number Diff line number Diff line
@@ -51,4 +51,4 @@ conda install -y -q -c deepchem -c rdkit -c conda-forge -c omnia \
    setuptools \
    biopython \
    numpy
yes | pip install --pre -U $tensorflow tensorflow-probability
yes | pip install -U tensorflow tensorflow-probability