-
Notifications
You must be signed in to change notification settings - Fork 355
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 numpy and pandas versions. #4430
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/4430
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Unrelated FailureAs of commit 220aa8a with merge base 5d3ec13 (): NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D60265982 |
This pull request was exported from Phabricator. Differential Revision: D60265982 |
4a08541
to
0cb44a5
Compare
This pull request was exported from Phabricator. Differential Revision: D60265982 |
0cb44a5
to
c6a763c
Compare
Summary: Pull Request resolved: #4430 Numpy has to match the coremltools requirements, and Pandas depends on Numpy: https://github.com/apple/coremltools/blob/main/reqs/build.pip Reviewed By: kirklandsign Differential Revision: D60265982
This pull request was exported from Phabricator. Differential Revision: D60265982 |
c6a763c
to
220aa8a
Compare
This pull request has been merged in 5a20a49. |
Summary:
It has to match the coremltools minimum requirement for Python 3.10:
https://github.com/apple/coremltools/blob/main/reqs/build.pip
Differential Revision: D60265982