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

Fix pip dependencies #118

Merged
merged 4 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ cpp/.idea/
cpp/cmake-build-debug/
pylibwholegraph/.idea/
pylibwholegraph/cmake-build-debug/
compile_commands.json
16 changes: 11 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,12 @@ dependencies:
packages:
docs:
common:
- output_types: [conda]
packages:
- *doxygen
- output_types: [conda, requirements]
packages:
- breathe
- *doxygen
- graphviz
- ipython
- ipykernel
Expand All @@ -297,10 +301,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