For what its worth, I just finished packaging this for conda-forge (well it is in the review process) and what I learned is:
- The latest version of the library is 2.0.2 which has some improvements in the build process
- Specifically, the requirement on nvml at build time has been removed.
- `nvtop` now has some support for AMD GPU.
I would:
- Update the pacakge to 2.0.2
- Remove the cuda dependencies all-together from build time.
For what its worth, I just finished packaging this for conda-forge (well it is in the review process) and what I learned is:
- The latest version of the library is 2.0.2 which has some improvements in the build process
- Specifically, the requirement on nvml at build time has been removed.
- `nvtop` now has some support for AMD GPU.
I would:
- Update the pacakge to 2.0.2
- Remove the cuda dependencies all-together from build time.
Allow users to install them at runtime.
Reference to conda-forge pull request for package review: https:/ /github. com/conda- forge/staged- recipes/ pull/19330