• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# these are used to test pandas-specific patches to allow
2# pyfakefs to work with pandas
3# we use the latest version to see any problems with new versions
4pandas==1.3.5; python_version == '3.7' # pyup: ignore
5pandas==2.0.3; python_version == '3.8' # pyup: ignore
6pandas==2.2.3; python_version > '3.8'
7xlrd==2.0.1
8openpyxl==3.1.3; python_version == '3.7' # pyup: ignore
9openpyxl==3.1.5; python_version > '3.7'
10