Skip to content

Commit

Permalink
unpin openpyxl (pandas-dev#23361)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimcmaster1 authored and tm9k1 committed Nov 19, 2018
1 parent 04bfc36 commit fda95fc
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ci/azure-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=2.5.5
- openpyxl
- psycopg2
- pymysql
- pytables
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-37-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- nomkl
- numexpr
- numpy
- openpyxl=2.5.5
- openpyxl
- psycopg2
- pymysql
- pytables
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-macos-35.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- nomkl
- numexpr
- numpy=1.12.0
- openpyxl=2.5.5
- openpyxl
- pytables
- python=3.5*
- pytz
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-windows-27.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- matplotlib=2.0.1
- numexpr
- numpy=1.12*
- openpyxl=2.5.5
- openpyxl
- pytables
- python=2.7.*
- pytz
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-windows-36.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- matplotlib
- numexpr
- numpy=1.14*
- openpyxl=2.5.5
- openpyxl
- parquet-cpp
- pyarrow
- pytables
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=2.5.5
- openpyxl
- 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>=2.0.0
nbsphinx
numexpr>=2.6.1
openpyxl=2.5.5
openpyxl
pyarrow
pymysql
pytables>=3.4.2
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-optional-pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lxml
matplotlib>=2.0.0
nbsphinx
numexpr>=2.6.1
openpyxl==2.5.5
openpyxl
pyarrow
pymysql
tables
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=2.5.5
- openpyxl
- 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=2.5.5
- openpyxl
- 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 @@ -21,7 +21,7 @@ dependencies:
- nomkl
- numexpr
- numpy
- openpyxl=2.5.5
- openpyxl
- psycopg2
- pyarrow
- pymysql
Expand Down

0 comments on commit fda95fc

Please sign in to comment.