Skip to content

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/appveyor-27.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- matplotlib
- numexpr
- numpy=1.12*
- openpyxl
- openpyxl=2.5.5
- pytables
- python=2.7.*
- pytz
Expand Down
2 changes: 1 addition & 1 deletion ci/appveyor-36.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- matplotlib
- numexpr
- numpy=1.14*
- openpyxl
- openpyxl=2.5.5
- pyarrow
- pytables
- python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion ci/circle-27-compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- jinja2=2.8
- numexpr=2.4.4 # we test that we correctly don't use an unsupported numexpr
- numpy=1.9.3
- openpyxl
- openpyxl=2.5.5
- psycopg2
- pytables=3.2.2
- python-dateutil=2.5.0
Expand Down
2 changes: 1 addition & 1 deletion ci/circle-36-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- nomkl
- numexpr
- numpy
- openpyxl
- openpyxl=2.5.5
- psycopg2
- pymysql
- pytables
Expand Down
2 changes: 1 addition & 1 deletion ci/circle-36-locale_slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- nomkl
- numexpr
- numpy
- openpyxl
- openpyxl=2.5.5
- psycopg2
- pymysql
- pytables
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-optional-conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lxml
matplotlib
nbsphinx
numexpr
openpyxl
openpyxl=2.5.5
pyarrow
pymysql
pytables
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements-optional-pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lxml
matplotlib
nbsphinx
numexpr
openpyxl
openpyxl=2.5.5
Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

raised PR #22749

pyarrow
pymysql
tables
Expand All @@ -28,4 +28,4 @@ statsmodels
xarray
xlrd
xlsxwriter
xlwt
xlwt
2 changes: 1 addition & 1 deletion ci/travis-35-osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- nomkl
- numexpr
- numpy=1.10.4
- openpyxl
- openpyxl=2.5.5
- pytables
- python=3.5*
- pytz
Expand Down
2 changes: 1 addition & 1 deletion ci/travis-36-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- notebook
- numexpr
- numpy=1.13*
- openpyxl
- openpyxl=2.5.5
- pandoc
- pyqt
- pytables
Expand Down
2 changes: 1 addition & 1 deletion ci/travis-36-slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- matplotlib
- numexpr
- numpy
- openpyxl
- openpyxl=2.5.5
- patsy
- psycopg2
- pymysql
Expand Down
2 changes: 1 addition & 1 deletion ci/travis-36.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- nomkl
- numexpr
- numpy
- openpyxl
- openpyxl=2.5.5
- psycopg2
- pyarrow
- pymysql
Expand Down