rapidsai / rmm

RAPIDS Memory Manager
https://docs.rapids.ai/api/rmm/stable/
Apache License 2.0
478 stars 195 forks source link

exclude 'gcovr' from list of development pip packages #1688

Closed jameslamb closed 1 week ago

jameslamb commented 1 week ago

Description

This project currently lists gcovr (https://pypi.org/project/gcovr/) as a pip dependency for development. I strongly suspect that that was unintentional... it doesn't look like it has any reliance on getting that package via pip (just conda, in the C++ test jobs and for local C++ development).

This proposes removing gcovr from the list of pip dependencies, so it won't get installed in the DLFW images or other places where rapids-make-pip-env from https://github.com/rapidsai/devcontainers is called.

Checklist

jameslamb commented 1 week ago

Thanks for joining and reviewing @vyasr !

jameslamb commented 1 week ago

/merge