dgl_dev.yml.template 864 Bytes
Newer Older
1
2
name: __NAME__
dependencies:
3
  - python=__PYTHON_VERSION__
4
  - pip
5
6
7
  - graphviz
  - pandoc
  - pygraphviz
8
9
  - pip:
    - --find-links https://download.pytorch.org/whl/torch_stable.html
10
    - cmake>=3.18
11
12
13
14
15
16
17
18
19
20
21
    - cython
    - filelock
    - matplotlib
    - networkx
    - nltk
    - nose
    - numpy
    - ogb
    - pandas
    - psutil
    - pyarrow
22
    - pydantic>=2.0
23
24
25
26
27
28
29
    - pytest
    - pyyaml
    - rdflib
    - requests[security]
    - scikit-learn
    - scipy
    - torch==__TORCH_VERSION__
30
    - torchdata
31
    - torcheval
32
33
    - torchmetrics
    - tqdm
34
    - boto3 # AWS SDK for python
35
36
37
38
39
40
41
42
43
44
    - sphinx==4.2.0
    - sphinx-gallery
    - sphinx_rtd_theme
    - sphinx_copybutton
    - sphinxemoji
    - nbsphinx>=0.8.11
    - nbsphinx-link>=1.3.0
    - pillow
    - seaborn
    - jupyter_http_over_ws
45
    - ufmt
46
    - clang-format
47
48
variables:
  DGL_HOME: __DGL_HOME__