From ae124c23bd4ef8994c6764735bdbb68125456965 Mon Sep 17 00:00:00 2001 From: Sait Cakmak Date: Wed, 22 Jan 2025 14:46:25 -0500 Subject: [PATCH 1/2] Update .readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1679eaee..35367e9d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,7 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.8" + python: "3.9" jobs: pre_install: # Lock version of torch at 1.11 - pip install torch==1.11.0+cpu -f https://download.pytorch.org/whl/torch_stable.html From e58c6b77f0bd701279ab3c3f0662fd8707230bfb Mon Sep 17 00:00:00 2001 From: Sait Cakmak Date: Wed, 22 Jan 2025 14:49:19 -0500 Subject: [PATCH 2/2] Update .readthedocs.yml --- .readthedocs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 35367e9d..5e0dbda4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,10 +8,8 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.9" + python: "3.10" jobs: - pre_install: # Lock version of torch at 1.11 - - pip install torch==1.11.0+cpu -f https://download.pytorch.org/whl/torch_stable.html pre_build: - python -m setuptools_scm # Get correct version number