-
Notifications
You must be signed in to change notification settings - Fork 335
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
fix: Intel x86_64 macOS issue with wrapt 1.17 #5657
Conversation
pyproject.toml
Outdated
@@ -32,7 +32,7 @@ dependencies = [ | |||
"pyarrow", | |||
"typing-extensions>=4.6", | |||
"scipy", | |||
"wrapt", | |||
"wrapt<1.17", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be related to an issue reported here, but I haven't been able to reproduce locally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it just an issue on Intel?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea, it's just intel mac. so weird
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably related to this
resolves #5655
GrahamDumpleton/wrapt#276