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 80daca8 commit a96bdbbCopy full SHA for a96bdbb
extra_requirements.txt
@@ -15,7 +15,7 @@ scandir>=1.8
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.5; python_version == '3.7'
18
-pandas==1.4.0; python_version > '3.7'
+pandas==1.4.1; python_version > '3.7'
19
xlrd==1.2.0; python_version <= '3.6'
20
xlrd==2.0.1; python_version > '3.6'
21
openpyxl==3.0.9
0 commit comments