Skip to content

Commit

Permalink
Update recipes to GTest version >=1.13.0 (#646)
Browse files Browse the repository at this point in the history
This PR updates GTest pinnings to >=1.13.0. This aligns with recent changes in rapids-cmake: rapidsai/rapids-cmake#401.

This PR should probably wait on the following to merge:
- rapidsai/cuml#5408
- rapidsai/raft#1501
- rapidsai/rmm#1263
- rapidsai/cudf#13319
- rapidsai/cugraph#3549

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #646
  • Loading branch information
bdice authored May 10, 2023
1 parent e23c42a commit 0cfda78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ gcsfs_version:
google_cloud_cpp_version:
- '>=1.25.0,<1.30'
gmock_version:
- '=1.10.0'
- '>=1.13.0'
gtest_version:
- '=1.10.0'
- '>=1.13.0'
holoviews_version:
- '>=1.14.8,<=1.15.3'
ipython_version:
Expand Down

0 comments on commit 0cfda78

Please sign in to comment.