-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
try pinning numpy dev #23178
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
try pinning numpy dev #23178
Conversation
@@ -13,5 +13,5 @@ dependencies: | |||
- "git+git://github.com/dateutil/dateutil.git" | |||
- "-f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com" | |||
- "--pre" | |||
- "numpy" | |||
- "numpy<=1.16.0.dev0+20181015190246" |
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.
these are just strings, so the < part won't work here, just pin = for now
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.
That grabbed NmPy commit 54985e3, so it seemed to have worked.
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.
FYI, planning to merge once https://travis-ci.org/pandas-dev/pandas/jobs/442114100 passes, since this only affects that environment. edit: and there is goes. Merging. |
Codecov Report
@@ Coverage Diff @@
## master #23178 +/- ##
=======================================
Coverage 92.19% 92.19%
=======================================
Files 170 170
Lines 50963 50963
=======================================
Hits 46984 46984
Misses 3979 3979
Continue to review full report at Codecov.
|
Something with |
xref #22960