Commit 9ddaa983 authored by VIGNESHinZONE's avatar VIGNESHinZONE
Browse files

adding only haiku

parent 6630ddf3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -30,10 +30,9 @@ jobs:
      run: |
        python -m pip install --upgrade pip
        pip install tensorflow'>=2.3,<2.4'
        pip install --upgrade jax jaxlib
        pip install -e .
    - name: Import checking
      run: python -c "import deepchem; import jax"
      run: python -c "import deepchem"

  test:
    runs-on: ${{ matrix.os }}
+2 −0
Original line number Diff line number Diff line
@@ -29,3 +29,5 @@ dependencies:
    - transformers==3.5.*
    - xgboost==1.*
    - git+https://github.com/samoturk/mol2vec
    - git+https://github.com/deepmind/dm-haiku
    
 No newline at end of file