-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
Update cython version for asv conf #44359
Conversation
phofl
commented
Nov 8, 2021
- closes BUG: CI cannot create benchmark environments with Cython < 0.29.24 #44067
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.
Do any of the benchmarks change dramatically with this change?
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.
cython>=0.29.21
seems to be in environment.yml. Think this needs bumped.
we bumped the min to support 3.10 |
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.
LGTM
Modified enviornment and requirements too |
I changed this on the 1.3.x tracker (https://simonjayhawkins.github.io/fantastic-dollop/) a couple of weeks back. Haven't noticed any significant changes. |
FWIW ive changed my local asv.conf.json to use py39 |
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.
lgtm merge away