Skip to content

Commit

Permalink
update install
Browse files Browse the repository at this point in the history
  • Loading branch information
Intron7 committed Dec 6, 2024
1 parent 8e5d4f0 commit 9c18bd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ submodules:
build:
os: ubuntu-24.04
tools:
python: "3.11"
python: "3.12"
commands:
# Install and set up uv
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest

# Use uv to synchronize dependencies
- uv pip install --system .[doc]
- uv pip install --system ".[doc]"

# Build documentation using uv and sphinx
- uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ dependencies = [
]

[project.optional-dependencies]
rapids11 = ["cupy-cuda11x","cudf-cu11==24.10.*", "cuml-cu11==24.10.*", "cugraph-cu11==24.10.*"]
rapids12 = ["cupy-cuda12x","cudf-cu12==24.10.*", "cuml-cu12==24.10.*", "cugraph-cu12==24.10.*"]
doc = [
"sphinx>=4.5.0",
"sphinx-copybutton",
Expand All @@ -38,6 +36,10 @@ doc = [
"sphinx_copybutton",
"pytest",
]

rapids11 = ["cupy-cuda11x","cudf-cu11==24.10.*", "cuml-cu11==24.10.*", "cugraph-cu11==24.10.*"]
rapids12 = ["cupy-cuda12x","cudf-cu12==24.10.*", "cuml-cu12==24.10.*", "cugraph-cu12==24.10.*"]

test = [
"pytest",
"profimp",
Expand Down

0 comments on commit 9c18bd3

Please sign in to comment.