We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2d705 commit de99955Copy full SHA for de99955
nvblox_torch/pyproject.toml
@@ -18,8 +18,8 @@ dependencies = [
18
# * On Jetson, the pypi version does not support CUDA. we instead rely on CUDA-enabled versions being pre-installed on the system.
19
# These are specified in Dockerfile.jetson_deps. In order for these ones to not be overridden here, the version specifications
20
# 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.
+ "torch==2.*", # Exact version varies depending on platform.
+ "torchvision", #
23
"matplotlib==3.10",
24
# Torch 2.3 require numpy 1.X
25
"numpy==1.26"
0 commit comments