Skip to content

Commit

Permalink
Update doxygen to 1.9.1 (rapidsai#277)
Browse files Browse the repository at this point in the history
I selected this version as it is what ships with Ubuntu 22.04. I also ran `doxygen -u` to update the Doxyfile.

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

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Mads R. B. Kristensen (https://github.com/madsbk)

URL: rapidsai#277
  • Loading branch information
vyasr authored Sep 8, 2023
1 parent 26dff9a commit 2d38c61
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 @@ -17,7 +17,7 @@ dependencies:
- cython>=3.0.0
- dask>=2022.05.2
- distributed>=2022.05.2
- doxygen=1.8.20
- doxygen=1.9.1
- gcc_linux-64=11.*
- libcufile-dev=1.4.0.31
- libcufile=1.4.0.31
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- cython>=3.0.0
- dask>=2022.05.2
- distributed>=2022.05.2
- doxygen=1.8.20
- doxygen=1.9.1
- gcc_linux-64=11.*
- libcufile
- libcufile-dev
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ dependencies:
- sphinx
- output_types: conda
packages:
- doxygen=1.8.20 # pre-commit hook needs a specific version.
- doxygen=1.9.1 # pre-commit hook needs a specific version.
py_version:
specific:
- output_types: conda
Expand Down

0 comments on commit 2d38c61

Please sign in to comment.