Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessary change of torch version when pip install smplx #205

Open
ukejeb opened this issue Aug 7, 2024 · 0 comments
Open

Unnecessary change of torch version when pip install smplx #205

ukejeb opened this issue Aug 7, 2024 · 0 comments

Comments

@ukejeb
Copy link

ukejeb commented Aug 7, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant