vchoutas / smplx

SMPL-X
https://smpl-x.is.tue.mpg.de/
Other
1.83k stars 305 forks source link

Unnecessary change of torch version when `pip install smplx` #205

Open ukejeb opened 2 months ago

ukejeb commented 2 months ago

There is already torch 2.0.0 in the installed environment. However, installing smplx via pip will download the new torch==2.4.0. See below:

Collecting torch>=1.0.1.post2 (from smplx==0.1.28->-r requirements.txt (line 28))
  Downloading https://xxxxxx/torch-2.4.0-cp310-cp310-manylinux1_x86_64.whl (797.2 MB)

How to avoid this?