-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BLD: Fix openpyxl to 2.5.5 #22601
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
BLD: Fix openpyxl to 2.5.5 #22601
Conversation
2.5.5 --> 2.5.6 broke compatibility with pandas Timestamp objects. Closes pandas-devgh-22595.
Codecov Report
@@ Coverage Diff @@
## master #22601 +/- ##
=========================================
Coverage ? 92.04%
=========================================
Files ? 169
Lines ? 50787
Branches ? 0
=========================================
Hits ? 46746
Misses ? 4041
Partials ? 0
Continue to review full report at Codecov.
|
Thanks! |
* master: DOC: Update link and description of the Spyder IDE in Ecosystem docs (pandas-dev#22136) BUG: resample with TimedeltaIndex, fenceposts are off (pandas-dev#22488) Use dispatch_to_series where possible (pandas-dev#22572) BLD: Fix openpyxl to 2.5.5 (pandas-dev#22601)
Backport of pandas-devgh-22601.
Backport of pandas-devgh-22601.
Backport of pandas-devgh-22601.
* CI: Bump NumPy to 1.9.3 Backport of gh-22499. * BLD: Fix openpyxl to 2.5.5 Backport of gh-22601. * CI: Resolve timeout issue on Travis Backported from gh-22429. * CI: Migrate to CircleCI 2.0 Backport of gh-21814. * Upgrade Cython to >=0.28.2 Backported from gh-21688. * TST: Patch locale handling Backported from gh-21739. Backport of gh-22213.
@@ -14,7 +14,7 @@ lxml | |||
matplotlib | |||
nbsphinx | |||
numexpr | |||
openpyxl | |||
openpyxl=2.5.5 |
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.
Required format is openpyxl==2.5.5
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.
raised PR #22749
2.5.5 --> 2.5.6 broke compatibility with pandas Timestamp objects. Closes pandas-devgh-22595.
2.5.5 --> 2.5.6 broke compatibility with pandas Timestamp objects. Closes pandas-devgh-22595.
2.5.5
-->2.5.6
broke compatibility with pandasTimestamp
objects.Closes #22595.