Skip to content

Commit

Permalink
add pkg-config to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Dec 4, 2023
1 parent bd96210 commit 3ac34b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies:
- ninja=1.10
- nlohmann_json=3.9
- numpy>=1.21
- pkg-config=0.29
- pre-commit
- pybind11-stubgen=0.10
- pytest
Expand Down
1 change: 1 addition & 0 deletions conda/environments/ci_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies:
- librmm=23.06
- ninja=1.10
- nlohmann_json=3.9
- pkg-config=0.29
- pre-commit
- pybind11-stubgen=0.10
- pytest
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies:
- librmm=23.06
- ninja=1.10
- nlohmann_json=3.9
- pkg-config=0.29
- pybind11-stubgen=0.10
- python=3.10
- scikit-build>=0.17
Expand Down

0 comments on commit 3ac34b3

Please sign in to comment.