-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: Sync all 3.9 builds #42451
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
CI: Sync all 3.9 builds #42451
Conversation
This comment has been minimized.
This comment has been minimized.
thanks @lithomas1 |
@meeseeksdev backport 1.3.x |
This comment has been minimized.
This comment has been minimized.
- scipy | ||
- sqlalchemy | ||
- xlrd | ||
- xlsxwriter | ||
- moto | ||
- flask | ||
- numba |
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.
we don't need numba in this env?
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.
Oversight, PR with fix incoming.
I think for the backport, will only backport changes in |
- scipy | ||
- pyarrow=1.0 |
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 is to test against the min version of pyarrow that the pyarrow backed string array supports. backporting this change will still leave pyarrow=1.0.0
in ci/deps/actions-38-locale.yaml
on 1.3.x
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.
pyarrow min is supposed to be bumped to 1.0 in 1.4 if I'm reading #41329 right, so we can probably pin in the minimum versions CI(3.8).
For 1.3.x, I think its fine to leave this out.
P.S. Thanks for the backport by the way.
Co-authored-by: Thomas Li <[email protected]>
IIUC, all the 3.9 builds(except numpydev) should have all dependencies.