Skip to content

Commit

Permalink
Remove sphinx pinning (#1507)
Browse files Browse the repository at this point in the history
This pinning was needed for [historical reasons that are no longer relevant](rapidsai/cucim@5cbc80b).

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - James Lamb (https://github.com/jameslamb)

URL: #1507
  • Loading branch information
vyasr authored Dec 20, 2024
1 parent ad2900d commit 6ad6d4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies:
- scikit-build-core>=0.10.0
- scikit-image
- shapely
- sphinx<6
- sphinx
- sqlite
- sysroot_linux-64==2.17
name: all_cuda-118_arch-x86_64
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies:
- scikit-build-core>=0.10.0
- scikit-image
- shapely
- sphinx<6
- sphinx
- sqlite
- sysroot_linux-64==2.17
name: all_cuda-125_arch-x86_64
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ dependencies:
- numpydoc
# https://github.com/pydata/pydata-sphinx-theme/issues/1539
- pydata-sphinx-theme!=0.14.2
- sphinx<6
- sphinx
notebooks:
common:
- output_types: [conda, requirements, pyproject]
Expand Down

0 comments on commit 6ad6d4d

Please sign in to comment.