-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Revert "CI: temp disable scipy on windows 3.6 build (#18078)" #18105
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
Conversation
This reverts commit cd6dc87.
so using numpy 1.13 worked. I guess there is a mismatch between the scipy picked up and numpy 1.12, maybe the new conda's doing. |
Codecov Report
@@ Coverage Diff @@
## master #18105 +/- ##
==========================================
+ Coverage 91.25% 91.26% +<.01%
==========================================
Files 163 163
Lines 50123 50123
==========================================
+ Hits 45741 45744 +3
+ Misses 4382 4379 -3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #18105 +/- ##
==========================================
+ Coverage 91.25% 91.26% +<.01%
==========================================
Files 163 163
Lines 50123 50123
==========================================
+ Hits 45741 45744 +3
+ Misses 4382 4379 -3
Continue to review full report at Codecov.
|
…" (pandas-dev#18105) * Revert "CI: temp disable scipy on windows 3.6 build (pandas-dev#18078)" This reverts commit cd6dc87. * use numpy=1.13
…" (pandas-dev#18105) * Revert "CI: temp disable scipy on windows 3.6 build (pandas-dev#18078)" This reverts commit cd6dc87. * use numpy=1.13
…" (pandas-dev#18105) * Revert "CI: temp disable scipy on windows 3.6 build (pandas-dev#18078)" This reverts commit cd6dc87. * use numpy=1.13 (cherry picked from commit 2d6f836)
This reverts commit cd6dc87.
closes #18073