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 f56a4c6 commit b53f710Copy full SHA for b53f710
extra_requirements.txt
@@ -5,4 +5,5 @@ pandas==1.3.5; python_version == '3.7' # pyup: ignore
5
pandas==2.0.3; python_version == '3.8' # pyup: ignore
6
pandas==2.2.2; python_version > '3.8'
7
xlrd==2.0.1
8
-openpyxl==3.1.3
+openpyxl==3.1.3; python_version == '3.7' # pyup: ignore
9
+openpyxl==3.1.4; python_version > '3.7'
0 commit comments