Skip to content

Commit b38dc11

Browse files
Remove gtest from dependencies.yaml (#87)
Missed these files in #83 Authors: - Robert Maynard (https://github.com/robertmaynard) Approvers: - Corey J. Nolet (https://github.com/cjnolet) - Jake Awe (https://github.com/AyodeAwe) URL: #87
1 parent 5ff588d commit b38dc11

5 files changed

Lines changed: 0 additions & 10 deletions

File tree

conda/environments/all_cuda-118_arch-aarch64.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ dependencies:
2424
- dlpack>=0.8,<1.0
2525
- doxygen>=1.8.20
2626
- gcc_linux-aarch64=11.*
27-
- gmock>=1.13.0
2827
- graphviz
29-
- gtest>=1.13.0
3028
- ipython
3129
- libclang
3230
- libcublas-dev=11.11.3.6

conda/environments/all_cuda-118_arch-x86_64.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ dependencies:
2424
- dlpack>=0.8,<1.0
2525
- doxygen>=1.8.20
2626
- gcc_linux-64=11.*
27-
- gmock>=1.13.0
2827
- graphviz
29-
- gtest>=1.13.0
3028
- ipython
3129
- libclang
3230
- libcublas-dev=11.11.3.6

conda/environments/all_cuda-122_arch-aarch64.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ dependencies:
2525
- dlpack>=0.8,<1.0
2626
- doxygen>=1.8.20
2727
- gcc_linux-aarch64=11.*
28-
- gmock>=1.13.0
2928
- graphviz
30-
- gtest>=1.13.0
3129
- ipython
3230
- libclang
3331
- libcublas-dev

conda/environments/all_cuda-122_arch-x86_64.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ dependencies:
2525
- dlpack>=0.8,<1.0
2626
- doxygen>=1.8.20
2727
- gcc_linux-64=11.*
28-
- gmock>=1.13.0
2928
- graphviz
30-
- gtest>=1.13.0
3129
- ipython
3230
- libclang
3331
- libcublas-dev

dependencies.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,6 @@ dependencies:
304304
- output_types: [conda]
305305
packages:
306306
- *cmake_ver
307-
- gtest>=1.13.0
308-
- gmock>=1.13.0
309307
docs:
310308
common:
311309
- output_types: [conda]

0 commit comments

Comments
 (0)