Skip to content

Commit

Permalink
Upgrade to gymnasium>=0.26 (#60)
Browse files Browse the repository at this point in the history
* Upgrade gymnasium

* update version
  • Loading branch information
qgallouedec authored Mar 18, 2023
1 parent 2bb76a8 commit f3031c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Quentin Gallouédec"

# The full version, including alpha/beta/rc tags
release = "v3.0.4"
release = "v3.0.5"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion panda_gym/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.4
3.0.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
include_package_data=True,
package_data={"panda_gym": ["version.txt"]},
version=__version__,
install_requires=["gymnasium~=0.26", "pybullet", "numpy", "scipy"],
install_requires=["gymnasium>=0.26", "pybullet", "numpy", "scipy"],
extras_require={
"develop": ["pytest-cov", "black", "isort", "pytype", "sphinx", "sphinx-rtd-theme"],
},
Expand Down

0 comments on commit f3031c9

Please sign in to comment.