aboutsummaryrefslogtreecommitdiff
path: root/extra_requirements.txt
diff options
context:
space:
mode:
authorpyup-bot <github-bot@pyup.io>2020-12-07 18:34:04 +0100
committermrbean-bremen <mrbean-bremen@users.noreply.github.com>2020-12-07 19:27:40 +0100
commit154b16f1ed0cea1202a70b46cb2cabc629cfe05c (patch)
tree0caab4eeac16e88df54653600e0e2d2a73943661 /extra_requirements.txt
parent807b6ffc23b60fd871c23a6b529eaaef2fe5cb94 (diff)
downloadpyfakefs-154b16f1ed0cea1202a70b46cb2cabc629cfe05c.tar.gz
Pin pandas to latest version 1.1.5
Diffstat (limited to 'extra_requirements.txt')
-rw-r--r--extra_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra_requirements.txt b/extra_requirements.txt
index f065d89..486d372 100644
--- a/extra_requirements.txt
+++ b/extra_requirements.txt
@@ -13,6 +13,6 @@ scandir>=1.8
# pandas + xlrd are used to test pandas-specific patches to allow
# pyfakefs to work with pandas
# we use the latest version to see any problems with new versions
-pandas
+pandas==1.1.5
xlrd
openpyxl