From ecf280a215427cb36d2470c73794ce1009949f22 Mon Sep 17 00:00:00 2001 From: yanjiashuo <59167722+yanjiashuo@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:37:33 +0800 Subject: [PATCH] Update readthedocs.yml --- readthedocs.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 5d7e2864..d844de2b 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -4,13 +4,12 @@ build: os: ubuntu-22.04 tools: python: "3.8" - commands: - # 在安装主包之前手动安装 torch-sparse - - pip install torch-sparse==0.6.12 - + python: install: - requirements: docs/requirements.txt + - pip: + - torch-sparse==0.6.12 - method: pip path: .