项目文件夹

文件

52 行
923 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>=2.0
- pytest
- pyyaml
- rdflib
- requests[security]
- scikit-learn
- scipy
- torch==__TORCH_VERSION__
- torchdata>=0.5.0
- torcheval
- torchmetrics
- torch_geometric
- 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
- ufmt
- clang-format
- pylint
- lintrunner
variables:
DGL_HOME: __DGL_HOME__