Commit 1a6886ca authored by nd-02110114's avatar nd-02110114
Browse files

💚 fix ci

parent 1af89aeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ dependencies:
  - openmm
  - pdbfixer
  - rdkit
  - pip
  - pip==20.2.*
  - pip:
    - biopython
    - dgllife==0.2.*
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ dependencies:
    - dgl==0.5.*
    - torch==1.6.0
    - torchvision==0.7.0
    - torch-scatter==latest
    - torch-sparse==latest
    - torch-cluster==latest
    - torch-spline-conv==latest
    - torch-cluster
    - torch-scatter
    - torch-sparse
    - torch-spline-conv
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ dependencies:
    - dgl==0.5.*
    - torch==1.6.0+cpu
    - torchvision==0.7.0+cpu
    - torch-scatter==latest
    - torch-sparse==latest
    - torch-cluster==latest
    - torch-spline-conv==latest
    - torch-cluster
    - torch-scatter
    - torch-sparse
    - torch-spline-conv
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ dependencies:
    - dgl-cu101==0.5.*
    - torch==1.6.0+cu101
    - torchvision==1.6.0+cu101
    - torch-scatter==latest
    - torch-sparse==latest
    - torch-cluster==latest
    - torch-spline-conv==latest
    - torch-cluster
    - torch-scatter
    - torch-sparse
    - torch-spline-conv
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ def _get_version():
        base = g['__version__']
        if IS_RELEASE:
          return base
        else
        else:
          # nightly version : .devYearMonthDayHourMinute
          if base.endswith('.dev') is False:
            # Force to add `.dev` if `--release` option isn't passed when building