Skip to content

Commit c611e4f

Browse files
Cadairkaichogami
authored andcommitted
Add a now required pandas dep for 2.6.
see this bug report: pandas-dev/pandas#7284
1 parent 0930fc5 commit c611e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install:
4949
- pip install $PIP_WHEEL_COMMAND numpy==$NUMPY_VERSION
5050
- pip install $PIP_WHEEL_COMMAND matplotlib
5151
- pip install $PIP_WHEEL_COMMAND scipy
52-
- pip install $PIP_WHEEL_COMMAND pandas==$PANDAS_VERSION
52+
- pip install $PIP_WHEEL_COMMAND openpyxl==1.8.6 pandas==$PANDAS_VERSION
5353
- pip install $PIP_WHEEL_COMMAND astropy>=0.3.1
5454
- pip install $PIP_WHEEL_COMMAND $SUDS_PKG beautifulsoup4 requests
5555
- pip install $PIP_WHEEL_COMMAND pytest

0 commit comments

Comments
 (0)