Skip to content

Commit

Permalink
Merge pull request #81 from rllm-team/yanjiashuo-patch-2-1
Browse files Browse the repository at this point in the history
Update readthedocs.yml
  • Loading branch information
yanjiashuo authored Sep 1, 2024
2 parents 3661def + e90bbb4 commit f6877f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
version: 2

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
- method: pip
path: .

# 使用 build.commands 在主安装之前手动安装 torch-sparse
build:
commands:
- pip install torch-sparse==0.6.12

formats: []

0 comments on commit f6877f0

Please sign in to comment.