You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we allow non-standard lib dependencies like psutil which I just added?
I think it's rather important to report the total amount of RAM and psutil has a solution that works for all OS - which I'm not sure how to implement without psutil.
Also, we will definitely need GPU details for PyVista as #1 requests which I think will have to depend on more than one external lib for inspecting the different types of GPUs that could be present (NVIDIA, Radeon, etc.)
Perhaps these should be optional requirements so that this could remain a lightweight package for users that do not need RAM or GPU details?
The text was updated successfully, but these errors were encountered:
Should we allow non-standard lib dependencies like
psutil
which I just added?I think it's rather important to report the total amount of RAM and
psutil
has a solution that works for all OS - which I'm not sure how to implement withoutpsutil
.Also, we will definitely need GPU details for PyVista as #1 requests which I think will have to depend on more than one external lib for inspecting the different types of GPUs that could be present (NVIDIA, Radeon, etc.)
Perhaps these should be optional requirements so that this could remain a lightweight package for users that do not need RAM or GPU details?
The text was updated successfully, but these errors were encountered: