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

Remove pz classic requirement from umshini, slight bugfix in envs #50

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

elliottower
Copy link
Contributor

This is a minor but important PR, as it turns out having pettingzoo[classic] as a requirement results in both pygame and pygame-ce being installed, which then leads to issues due to ambiguous imports. Also fixes an edge case which wasn't accounted for in the original code.

Note: I think the pyproject.toml should be removed entirely, or setup.py should be removed entirely in favor of pyproject. Having them both is redundant and is super confusing: I previously changed pyproject, without realizing the install actually used setup.py, the extras names on pyproject are also not fully consistent: there's still ones called langchain_requirements and umshini_requirements rather than umshini.

@yuxiang-wu yuxiang-wu changed the base branch from main to dev June 21, 2023 15:08
@yuxiang-wu yuxiang-wu merged commit 1497ce0 into Farama-Foundation:dev Jun 21, 2023
@yuxiang-wu
Copy link
Collaborator

Thanks! Now this PR is merged and released as v0.1.12.5

@elliottower elliottower deleted the umshini-minor-bugfix branch November 14, 2023 22:21
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