-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Proposal] Relaxing gymnasium requirement #1002
Comments
We can relax it but then it becomes hard to ensure that things aren't breaking because other libraries made breaking changes. Checking the diff between 0.29.0 and 0.29.1, I think we can do an update of that (provided everything works). But I'd be against making it always ">=". |
I suggest a version specifier like this could cover your concerns and flex the version by a little bit.
|
Hi, I can create a PR for that, or is someone working on this now? My suggestion is changing these lines with
|
Gymnasium 1.0.0 is out. We would work on switching to it. @Toni-SM for vis. |
Are there any updates regarding this issue? |
Proposal
Hi, for some other libraries, I am forced to use Gymnasium version 0.29.1.
However, Isaaclab has a 0.29.0 strict requirement.
IsaacLab/source/extensions/omni.isaac.lab/setup.py
Line 29 in 52af899
IsaacLab/source/extensions/omni.isaac.lab/config/extension.toml
Line 26 in 52af899
Can you bump Gymnasium to 0.29.1 or at least relax the requirement to cover both 0.29.0 and 0.29.1
0.29.1 is a minor release and it only adds some small warnings, so I don't think anything will break in IsaacLab.
https://github.com/Farama-Foundation/Gymnasium/releases/tag/v0.29.1
I can open a PR if help is needed.
The text was updated successfully, but these errors were encountered: