We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f003702 commit d828745Copy full SHA for d828745
extra_requirements.txt
@@ -14,7 +14,7 @@ scandir>=1.8
14
# pyfakefs to work with pandas
15
# we use the latest version to see any problems with new versions
16
pandas==1.1.5; python_version <= '3.6'
17
-pandas==1.3.4; python_version > '3.6'
+pandas==1.3.5; python_version > '3.6'
18
xlrd==1.2.0; python_version <= '3.6'
19
xlrd==2.0.1; python_version > '3.6'
20
openpyxl==3.0.9
0 commit comments