-
-
Notifications
You must be signed in to change notification settings - Fork 422
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
Bump version to 1.23.0 and update tutorial requirements #984
Bump version to 1.23.0 and update tutorial requirements #984
Conversation
This PR will fail until 1.23.0 is released, but in the second to last commit you can see that every test besides Ray works with the most recent master install of PettingZoo, indicating that when we create the 1.23.0 release these tests should pass. We could keep them locked to the most recent master version of PettingZoo, which I think would make things simpler, and allow for future updates to the tutorials more easily, but I suppose in the case that we do need to update the tutorials and not do a release, we can change the requirements to explicitly do github master, otherwise we keep it like this for simplicity. |
Description
Bump version for 1.23.0 release
Fixes # (issue), Depends on # (pull request)
Type of change
Screenshots
Checklist:
pre-commit
checks withpre-commit run --all-files
(seeCONTRIBUTING.md
instructions to set it up)pytest -v
and no errors are present.pytest -v
has generated that are related to my code to the best of my knowledge.