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

Commit

Permalink
remove conda-only dependencies from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 12, 2024
1 parent ce47c0c commit 2032036
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,21 +192,23 @@ dependencies:
packages: []
test_cpp:
common:
- output_types: [conda, requirements]
- output_types: [conda]
packages:
- nccl
test_python:
common:
- output_types: [conda, requirements]
- output_types: [conda]
packages:
- c-compiler
- cxx-compiler
- nccl
- output_types: [conda, requirements]
packages:
- ninja
- numpy>=1.17
- pytest
- pytest-forked
- pytest-xdist
- nccl
specific:
- output_types: [conda, requirements]
matrices:
Expand Down Expand Up @@ -273,10 +275,11 @@ dependencies:
packages:
docs:
common:
- output_types: [conda]
- *doxygen
- output_types: [conda, requirements]
packages:
- breathe
- *doxygen
- graphviz
- ipython
- ipykernel
Expand All @@ -297,10 +300,12 @@ dependencies:
clang_tools:
common:
- output_types: [conda, requirements]
packages:
- gitpython
- output_types: conda
packages:
- clangxx==16.0.6
- clang-tools==16.0.6
- gitpython
python_build_wheel:
common:
- output_types: [pyproject]
Expand Down

0 comments on commit 2032036

Please sign in to comment.