项目文件夹

文件
Rhett Ying 2238386ad0 [CI] enable more options for conda env creation (#5386)
* [CI] enable more options for conda env creation

* update
2023-02-27 17:46:28 +08:00

31 行
530 B
Plaintext

name: __NAME__
dependencies:
- python=__PYTHON_VERSION__
- pip
- 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
- boto3 # AWS SDK for python
variables:
DGL_HOME: __DGL_HOME__