robotology / gym-ignition

Framework for developing OpenAI Gym robotics environments simulated with Ignition Gazebo
https://robotology.github.io/gym-ignition
GNU Lesser General Public License v3.0
220 stars 26 forks source link

Update specifier set of supported Ignition distribution #415

Closed diegoferigo closed 2 years ago

diegoferigo commented 2 years ago

Follows up (yet again) #408. The previous SpecifierSet was only including 6.0.Z but we want 6.Y.Z. There's no way of doing it with ~= while also supporting alpha|beta|rc|pre|post, therefore I switched to the long form.