"docs/vscode:/vscode.git/clone" did not exist on "aed5eb88adeba872cf9859bd5b5bfe10ba77e835"
dgl_dev.yml.template 779 Bytes
Newer Older
1
2
name: __NAME__
dependencies:
3
  - python=__PYTHON_VERSION__
4
  - pip
5
6
7
  - graphviz
  - pandoc
  - pygraphviz
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  - pip:
    - --find-links https://download.pytorch.org/whl/torch_stable.html
    - cython
    - filelock
    - matplotlib
    - networkx
    - nltk
    - nose
    - numpy
    - ogb
    - pandas
    - psutil
    - pyarrow
    - pydantic
    - pytest
    - pyyaml
    - rdflib
    - requests[security]
    - scikit-learn
    - scipy
    - torch==__TORCH_VERSION__
    - torchmetrics
    - tqdm
31
    - boto3 # AWS SDK for python
32
33
34
35
36
37
38
39
40
41
    - 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
42
43
variables:
  DGL_HOME: __DGL_HOME__