Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
clarify which dependencies in dependencies.yaml are conda-only
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jul 22, 2024
1 parent f85ee43 commit e89d205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ dependencies:
- pytest-forked
- pytest-xdist
specific:
- output_types: [conda, requirements]
- output_types: [conda]
matrices:
- matrix:
arch: x86_64
Expand Down Expand Up @@ -315,7 +315,7 @@ dependencies:
- sphinxcontrib-websupport
pytorch_cpu:
common:
- output_types: [conda, requirements]
- output_types: [conda]
packages:
- pytorch=2.0.0
- cpuonly
Expand Down

0 comments on commit e89d205

Please sign in to comment.