"gallery/transforms/plot_transforms_illustrations.py" did not exist on "8e0f6916c549005e5b18a9da1cdf94e7ac90f36c"
Commit 751f9b03 authored by rusty1s's avatar rusty1s
Browse files

[skip ci]

parent 4d7de081
......@@ -10,6 +10,7 @@ requirements:
- {{ compiler('c') }} # [win]
host:
- pip
- scipy
- pytorch-scatter
- python {{ environ.get('PYTHON_VERSION') }}
......@@ -25,7 +26,7 @@ requirements:
build:
string: py{{ environ.get('PYTHON_VERSION').replace('.', '') }}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
script: WITH_METIS=1 python setup.py install
script: WITH_METIS=1 pip install .
script_env:
- FORCE_CUDA
preserve_egg_dir: True
......
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