Farama-Foundation / Arcade-Learning-Environment

The Arcade Learning Environment (ALE) -- a platform for AI research.
GNU General Public License v2.0
2.1k stars 416 forks source link

Unpin cmake dependency and remove wheel. #493

Closed tjni closed 7 months ago

tjni commented 11 months ago

In nixpkgs, we'd like to build using newer versions of CMake. If nothing is known to be broken in later versions, would it be possible to relax this constraint?

Separately, I have removed the wheel dependency, as it is not explicitly needed. When a PEP 517 compliant build frontend invokes setuptools to build a wheel, it'll ask setuptools if it needs any additional dependencies, and setuptools will indicate it needs wheel (through the get-requires-for-build-wheel hook).