"sgl-kernel/git@developer.sourcefind.cn:change/sglang.git" did not exist on "32803fb2797fcf1e006b385ac1f4bc55b1366792"
dgl_dev.yml.template 901 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>=0.5.0
31
    - torcheval
32
    - torchmetrics
33
    - torch_geometric
34
    - tqdm
35
    - boto3 # AWS SDK for python
36
    - sphinx
37
38
39
40
    - sphinx-gallery
    - sphinx_rtd_theme
    - sphinx_copybutton
    - sphinxemoji
41
42
    - nbsphinx
    - nbsphinx-link
43
44
45
    - pillow
    - seaborn
    - jupyter_http_over_ws
46
    - ufmt
47
    - clang-format
48
    - pylint
49
    - lintrunner
50
51
variables:
  DGL_HOME: __DGL_HOME__