Files
dgl/script/dgl_dev.yml.template
2023-08-09 17:38:54 +08:00

46 lines
811 B
Plaintext

name: __NAME__
dependencies:
- python=__PYTHON_VERSION__
- pip
- graphviz
- pandoc
- pygraphviz
- pip:
- --find-links https://download.pytorch.org/whl/torch_stable.html
- 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
- 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
- ufmt
variables:
DGL_HOME: __DGL_HOME__