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

Insist on Cython prior to 3.0 #1063

Open
wants to merge 1 commit into
base: maint/5.3
Choose a base branch
from

Conversation

drbsg
Copy link

@drbsg drbsg commented Aug 8, 2023

This is a back-port of pull request #1061 to the 5.3 maintenance branch.

Also put upper bound on Pillow for Qt5.
Copy link
Member

@jwiggins jwiggins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@corranwebster Any objections? (you're a bit closer to this than me)

@corranwebster
Copy link
Contributor

PR looks good, not sure what's happening with CI

@jwiggins
Copy link
Member

jwiggins commented Aug 8, 2023

Looks like the Wx environment needs attrdict installed before installing Wx

@drbsg
Copy link
Author

drbsg commented Aug 8, 2023

Looks like the Wx environment needs attrdict installed before installing Wx

I am not familiar with EDM, so would adding this dependency to dependencies for both versions in ci/edmtool.py be a good way to achieve this?

@corranwebster
Copy link
Contributor

I think the right way to fix would either be to restrict the WxPython version or to add attrdict here:

"wx": ["pyface[wx]", "traitsui[wx]"],

The problem seems to be this version of WxPython not declaring all dependencies.

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.

None yet

3 participants