项目文件夹

文件
peizhou001 e75910bcb1 Release 1.1.3 (#6637)
Signed-off-by: Xin Yao <xiny@nvidia.com>
Co-authored-by: Xin Yao <xiny@nvidia.com>
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
Co-authored-by: Songqing Zhang <zhangsongqing164@163.com>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2023-11-29 17:14:35 +08:00

46 行
813 B
Plaintext

name: __NAME__
dependencies:
- python=__PYTHON_VERSION__
- pip
- graphviz
- pandoc
- pygraphviz
- pip:
- --find-links https://download.pytorch.org/whl/torch_stable.html
- cmake>=3.18
- cython
- filelock
- matplotlib
- networkx
- nltk
- nose
- numpy
- ogb
- pandas
- psutil
- pyarrow
- pydantic
- pytest
- pyyaml
- rdflib
- requests[security]
- scikit-learn
- scipy
- torch==__TORCH_VERSION__
- torchdata
- torchmetrics
- tqdm
- boto3 # AWS SDK for python
- 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
variables:
DGL_HOME: __DGL_HOME__