Skip to content
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

Unpin cmake dependency and remove wheel. #493

Merged

Conversation

tjni
Copy link
Contributor

@tjni tjni commented Aug 4, 2023

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).

@pseudo-rnd-thoughts pseudo-rnd-thoughts merged commit fd6ddc1 into Farama-Foundation:master Dec 4, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants