Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KincoActuatorIsaacLab
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kevin
KincoActuatorIsaacLab
Commits
35fdb1a8
Commit
35fdb1a8
authored
Nov 22, 2024
by
Kelly Guo
Committed by
Kelly Guo
Jan 30, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates torch to 2.5.1 (#168)
# Description Updates torch to 2.5.1
parent
16c38492
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
source/extensions/omni.isaac.lab/setup.py
+1
-1
setup.py
source/extensions/omni.isaac.lab_tasks/setup.py
+1
-1
No files found.
source/extensions/omni.isaac.lab/setup.py
View file @
35fdb1a8
...
...
@@ -19,7 +19,7 @@ EXTENSION_TOML_DATA = toml.load(os.path.join(EXTENSION_PATH, "config", "extensio
INSTALL_REQUIRES
=
[
# generic
"numpy<2"
,
"torch==2.
4.0
"
,
"torch==2.
5.1
"
,
"onnx==1.16.1"
,
# 1.16.2 throws access violation on Windows
"prettytable==3.3.0"
,
"toml"
,
...
...
source/extensions/omni.isaac.lab_tasks/setup.py
View file @
35fdb1a8
...
...
@@ -21,7 +21,7 @@ EXTENSION_TOML_DATA = toml.load(os.path.join(EXTENSION_PATH, "config", "extensio
INSTALL_REQUIRES
=
[
# generic
"numpy"
,
"torch==2.
4.0
"
,
"torch==2.
5.1
"
,
"torchvision>=0.14.1"
,
# ensure compatibility with torch 1.13.1
# 5.26.0 introduced a breaking change, so we restricted it for now.
# See issue https://github.com/tensorflow/tensorboard/issues/6808 for details.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment