Commit de3868c9 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] conda

parent edc9d4f4
...@@ -10,7 +10,6 @@ requirements: ...@@ -10,7 +10,6 @@ requirements:
- {{ compiler('c') }} # [win] - {{ compiler('c') }} # [win]
host: host:
- scipy
- python {{ environ.get('PYTHON_VERSION') }} - python {{ environ.get('PYTHON_VERSION') }}
- {{ environ.get('CONDA_PYTORCH_CONSTRAINT') }} - {{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}
- {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }} - {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT') }}
...@@ -29,6 +28,8 @@ build: ...@@ -29,6 +28,8 @@ build:
test: test:
imports: imports:
- torch_cluster - torch_cluster
requires:
- scipy
about: about:
home: https://github.com/rusty1s/pytorch_cluster home: https://github.com/rusty1s/pytorch_cluster
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment