Farama-Foundation / Shimmy

An API conversion tool for popular external reinforcement learning environments
https://shimmy.farama.org
MIT License
139 stars 20 forks source link

Dependencies not fixed (pettingzoo issues) #84

Closed elliottower closed 1 year ago

elliottower commented 1 year ago

https://github.com/Farama-Foundation/Shimmy/blob/bd007d76d1dad62c039057553d8858868fcffa67/setup.py#L49

@pseudo-rnd-thoughts we should probably fix these to specific versions at least for things like pettingzoo which could be updated and break things after release, id rather whatever shimmy release we have be internally compatible and work on its own, vs now it seems to be broken because it’s installing pettingzoo 1.23.0, when we’d be better off making a new shimmy release for that and fixing this 1.0.0 release at 1.22.3

pseudo-rnd-thoughts commented 1 year ago

https://github.com/Farama-Foundation/Shimmy/pull/85 This PR will update the requirements