Skip to content

Commit

Permalink
Install dask-image with pip on RTD (#377)
Browse files Browse the repository at this point in the history
* Install dask-image with `pip` on RTD

* Disable `setuptools-scm` `version_scheme` guessing
  • Loading branch information
jakirkham authored May 21, 2024
1 parent 3f4dbd2 commit 0b5523f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ sphinx:

conda:
environment: continuous_integration/environment-doc.yml

python:
install:
- method: pip
path: .
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ gpu = [
"Source Code" = "https://github.com/dask/dask-image"

[tool.setuptools_scm]
version_scheme = "no-guess-dev"
version_file = "dask_image/_version.py"

[tool.setuptools]
Expand Down

0 comments on commit 0b5523f

Please sign in to comment.