Skip to content

Commit de99955

Browse files
relax torch versions
1 parent 4d2d705 commit de99955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nvblox_torch/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ dependencies = [
1818
# * On Jetson, the pypi version does not support CUDA. we instead rely on CUDA-enabled versions being pre-installed on the system.
1919
# These are specified in Dockerfile.jetson_deps. In order for these ones to not be overridden here, the version specifications
2020
# below has to encompass the pre-installed versions
21-
"torch==2.*", # 2.3.0 for jetson and 2.4 for x86.
22-
"torchvision (>0.17.2,<=0.19.0)", # 0.18.0a0+6043bc2 for jetson and 0.19 for x86.
21+
"torch==2.*", # Exact version varies depending on platform.
22+
"torchvision", #
2323
"matplotlib==3.10",
2424
# Torch 2.3 require numpy 1.X
2525
"numpy==1.26"

0 commit comments

Comments
 (0)