-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid new versions of the xlrd package.
xlrd reads Excel files, but its ability to read .xlsx files was recently removed and it's no longer actively maintained. FlowCal still requires xlrd to read .xlsx files with old versions of pandas where the alternative (and now recommended) openpyxl engine is not recognized. This fix avoids the new versions of xlrd to ensure it can still read .xlsx files. (FlowCal still uses openpyxl first where available.)
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters