Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
https://ale.farama.org/
GNU General Public License v2.0
2.14k stars 420 forks source link

Strict TDQM requirement #488

Closed slerman12 closed 1 year ago

slerman12 commented 1 year ago

This ale-py package requires a strict version of tdqm. Is that necessary? I'm having trouble getting this package to not conflict with other ones. Alternatively, I could use 0.7.5, but that version isn't installable through pip unless I use an older python version I guess.

JesseFarebro commented 1 year ago

Hi @slerman12, I'm a little confused, ale-py doesn't depend on tqdm? These are our dependencies: https://github.com/mgbellemare/Arcade-Learning-Environment/blob/master/pyproject.toml#L36-L39 none of which have strict versioning requirements.

slerman12 commented 1 year ago

Sorry, the issue was with nes-py. And I resolved it anyway. Thanks!