-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Revert "Updated the python dependencies (targeted for Beam 2.63.0)" #33774
base: master
Are you sure you want to change the base?
Conversation
investigate #33765. commit history shows this was the only Python commit between last green run and first red run |
scipy version bump likely the cause: https://github.com/apache/beam/pull/33774/files#diff-58cd1b3e03c628b6c1b7c64d02657f5e3ffd844d541beee40016244e9d522dd1L151 |
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
I see, it's due to numpy 2. Tested locally, downgrade numpy to 1 resolved the issue for reference the command I used:
|
Reverts #33658