openvdb icon indicating copy to clipboard operation
openvdb copied to clipboard

[BUG] FVDB `build_requirements.txt` has incorrect specifications compared to build_environment.yml

Open DanielHabib opened this issue 1 year ago • 1 comments

build_requirements.txt requires: torch >= 2.2.0+cu121 build_environment.yml requires: pytorch::pytorch=2.4.0

DanielHabib avatar Oct 26 '24 16:10 DanielHabib

Hi @DanielHabib

Thanks for pointing that out, I hadn't caught that! I've fixed that up and removed torch from the build_requirements.txt because the Docker image we use comes with the pytorch version we need. Thanks

swahtz avatar Dec 03 '24 07:12 swahtz