Skip to content

Commit 3f847a7

Browse files
committed
update version to 1.5.0
1 parent 030a8b1 commit 3f847a7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/release_notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Release Notes
22
=============
33

4+
1.5.0
5+
-----
6+
7+
* Added [IndustReal](https://sites.google.com/nvidia.com/industreal) environments: IndustRealTaskPegsInsert and IndustRealTaskGearsInsert.
8+
* Updated hydra version to 1.2.
9+
410
1.4.0
511
-----
612

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"omegaconf",
2020
"termcolor",
2121
"jinja2",
22-
"hydra-core>=1.1",
22+
"hydra-core>=1.2",
2323
"rl-games>=1.6.0",
2424
"pyvirtualdisplay",
2525
"urdfpy==0.0.22",
@@ -34,7 +34,7 @@
3434
setup(
3535
name="isaacgymenvs",
3636
author="NVIDIA",
37-
version="1.4.0",
37+
version="1.5.0",
3838
description="Benchmark environments for high-speed robot learning in NVIDIA IsaacGym.",
3939
keywords=["robotics", "rl"],
4040
include_package_data=True,

0 commit comments

Comments
 (0)