Skip to content

Commit

Permalink
fix for installing nvidia-sphinx-theme via pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Dec 11, 2024
1 parent fb81fc3 commit 3d65929
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion conda/environments/all_cuda-118_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ dependencies:
- numpy>=1.23,<3.0a0
- numpydoc
- nvcc_linux-aarch64=11.8
- nvidia-sphinx-theme
- openblas
- pre-commit
- pylibraft==25.2.*,>=0.0.0a0
Expand All @@ -56,4 +55,6 @@ dependencies:
- sphinx-copybutton
- sphinx-markdown-tables
- sysroot_linux-aarch64==2.17
- pip:
- nvidia-sphinx-theme
name: all_cuda-118_arch-aarch64
3 changes: 2 additions & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ dependencies:
- numpy>=1.23,<3.0a0
- numpydoc
- nvcc_linux-64=11.8
- nvidia-sphinx-theme
- openblas
- pre-commit
- pylibraft==25.2.*,>=0.0.0a0
Expand All @@ -56,4 +55,6 @@ dependencies:
- sphinx-copybutton
- sphinx-markdown-tables
- sysroot_linux-64==2.17
- pip:
- nvidia-sphinx-theme
name: all_cuda-118_arch-x86_64
3 changes: 2 additions & 1 deletion conda/environments/all_cuda-125_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dependencies:
- ninja
- numpy>=1.23,<3.0a0
- numpydoc
- nvidia-sphinx-theme
- openblas
- pre-commit
- pylibraft==25.2.*,>=0.0.0a0
Expand All @@ -52,4 +51,6 @@ dependencies:
- sphinx-copybutton
- sphinx-markdown-tables
- sysroot_linux-aarch64==2.17
- pip:
- nvidia-sphinx-theme
name: all_cuda-125_arch-aarch64
3 changes: 2 additions & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dependencies:
- ninja
- numpy>=1.23,<3.0a0
- numpydoc
- nvidia-sphinx-theme
- openblas
- pre-commit
- pylibraft==25.2.*,>=0.0.0a0
Expand All @@ -52,4 +51,6 @@ dependencies:
- sphinx-copybutton
- sphinx-markdown-tables
- sysroot_linux-64==2.17
- pip:
- nvidia-sphinx-theme
name: all_cuda-125_arch-x86_64
5 changes: 3 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,17 +399,18 @@ dependencies:
- graphviz
- ipython
- numpydoc
- nvidia-sphinx-theme
- recommonmark
- sphinx-copybutton
- sphinx-markdown-tables
- pip:
- nvidia-sphinx-theme
rust:
common:
- output_types: [conda]
packages:
- make
- rust
# clang/liblclang only needed for bindgen support
# clang/libclang only needed for bindgen support
- clang
- libclang
build_wheels:
Expand Down

0 comments on commit 3d65929

Please sign in to comment.