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 77344fd commit b52d2adCopy full SHA for b52d2ad
extra_requirements.txt
@@ -3,7 +3,7 @@
3
# we use the latest version to see any problems with new versions
4
pandas==1.3.5; python_version == '3.7' # pyup: ignore
5
pandas==2.0.3; python_version == '3.8' # pyup: ignore
6
-pandas==2.3.0; python_version > '3.8'
+pandas==2.3.1; python_version > '3.8'
7
xlrd==2.0.2
8
openpyxl==3.1.3; python_version == '3.7' # pyup: ignore
9
openpyxl==3.1.5; python_version > '3.7'
0 commit comments