Skip to content

Commit

Permalink
Make doxygen only a conda dependency. (#1344)
Browse files Browse the repository at this point in the history
This PR fixes a devcontainers issue seen by @miscco. The `doxygen` dependency can only be installed with conda, so we can't specify it in `requirements.txt`.

Authors:
  - Bradley Dice (https://github.com/bdice)

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

URL: #1344
  • Loading branch information
bdice authored Sep 20, 2023
1 parent 144a0ba commit 0895487
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ dependencies:
# pre-commit requires identify minimum version 1.0, but clang-format requires textproto support and that was
# added in 2.5.20, so we need to call out the minimum version needed for our plugins
- identify>=2.5.20
- output_types: conda
packages:
- &doxygen doxygen=1.9.1
cudatoolkit:
specific:
Expand Down

0 comments on commit 0895487

Please sign in to comment.