forked from rapidsai/cugraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
45 lines (38 loc) · 1.02 KB
/
meta.yaml
File metadata and controls
45 lines (38 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
{% set version = environ.get('GIT_DESCRIBE_TAG', '0.0.0.dev').lstrip('v') %}
{% set minor_version = version.split('.')[0] + '.' + version.split('.')[1] %}
{% set py_version = environ['CONDA_PY'] %}
{% set date_string = environ['RAPIDS_DATE_STRING'] %}
package:
name: cugraph-pyg
version: {{ version }}
source:
git_url: ../../..
build:
number: {{ GIT_DESCRIBE_NUMBER }}
string: py{{ py_version }}_{{ date_string }}_{{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}
script_env:
- PARALLEL_LEVEL
requirements:
build:
- sysroot_{{ target_platform }} {{ sysroot_version }}
host:
- cython >=0.29,<0.30
- python x.x
- scikit-build >=0.13.1
run:
- distributed >=2023.1.1
- numba >=0.56.2
- numpy
- pytorch >=2.0
- cupy >=9.5.0,<12.0.0a0
- cugraph ={{ version }}
- pyg =2.3
tests:
imports:
- cugraph_pyg
about:
home: https://rapids.ai/
license: Apache-2.0
license_file: ../../../LICENSE
summary: cuGraph-pyg library