"src/vscode:/vscode.git/clone" did not exist on "f6cc9923b02f1889a10fc197caf7923fd0fe18f7"
Commit 751f9b03 authored by rusty1s's avatar rusty1s
Browse files

[skip ci]

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