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

⬆️ fix dependecies about TF

parent de73fd93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,4 +33,4 @@ conda install -y -q -c deepchem -c rdkit -c conda-forge -c omnia `
    pytest-cov `
    flaky

pip install -U tensorflow tensorflow-probability
pip install -U tensorflow==2.2 tensorflow-probability==0.10
+1 −1
Original line number Diff line number Diff line
@@ -36,4 +36,4 @@ conda install -y -q -c deepchem -c rdkit -c conda-forge -c omnia \
    pytest \
    pytest-cov \
    flaky
yes | pip install -U tensorflow==2.2 tensorflow-probability==2.2
yes | pip install -U tensorflow==2.2 tensorflow-probability==0.10