We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c72d9f5 + 2e41106 commit 38d7713Copy full SHA for 38d7713
.readthedocs.yml
@@ -14,6 +14,7 @@ build:
14
- pip install "numpy<2" # Numpy 2.0 is not fully supported until PyTorch 2.2
15
- pip install torch==2.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
16
pre_build:
17
+ - pip install "setuptools<78" # setuptools 78+ removed pkg_resources, which m2r2 needs
18
- python -m setuptools_scm # Get correct version number
19
20
# Build documentation in the docs/ directory with Sphinx
0 commit comments