Commit 5ee8dded authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Fixed 3.9 build test

parent 0492474d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ jobs:
    - name: Build DeepChem
      run: |
        python -m pip install --upgrade pip
        pip install tensorflow'>=2.3,<2.4'
        pip install tensorflow'>=2.4'
        pip install -e .
    - name: Import checking
      run: python -c "import deepchem"
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ RUN conda update -n base conda && \
    conda create -y --name deepchem python=3.9 && \
    . /miniconda/etc/profile.d/conda.sh && \
    conda activate deepchem && \
    pip install tensorflow~=2.4 deepchem && \
    pip install tensorflow~=2.5 deepchem && \
    conda install -c conda-forge rdkit && \
    conda clean -afy && \
    rm -rf ~/.cache/pip
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@ sphinx>=3.2,<4
sphinx_rtd_theme>=0.5,<1
tensorflow>=2.4
transformers
torch==1.6.0
torch==1.8.0