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.
2 parents 3c9f8bf + 04c4828 commit 241e156Copy full SHA for 241e156
.github/workflows/label.yml
@@ -72,7 +72,7 @@ jobs:
72
needs: labeler
73
steps:
74
- name: Suggest to add labels
75
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
76
# Execute only when no labels have been applied to the pull request
77
if: toJSON(github.event.pull_request.labels.*.name) == '{}'
78
with:
_package/pyproject.toml
@@ -40,7 +40,7 @@ doc = [
40
"linuxdoc==20240924",
41
"numpy==2.2.6",
42
"numpydoc==1.9.0",
43
- "pandas==2.3.1",
+ "pandas==2.3.3",
44
"parse==1.20.2",
45
"pydata_sphinx_theme==0.16.1",
46
"pypandoc==1.15",
0 commit comments