ubicomplab / rPPG-Toolbox

rPPG-Toolbox: Deep Remote PPG Toolbox (NeurIPS 2023)
https://arxiv.org/abs/2210.00716
Other
504 stars 129 forks source link

Preemptively switch to pip for torch-related installations #331

Closed yahskapar closed 1 week ago

yahskapar commented 1 week ago

Based on this announcement from PyTorch, it sounds like we will have to switch to pip for torch-related installations instead of the conda channel at some point or another. It may also be worth investigating whether or not alternatives for conda, such as uv or poetry, are worth adopting for package and environment management.

poetry: https://python-poetry.org/docs/

uv: https://docs.astral.sh/uv/

yahskapar commented 1 week ago

This will be addressed in #333, which does the following:

yahskapar commented 1 week ago

333 has been merged.