Skip to content

Commit e6cd1bf

Browse files
dependabot[bot]amotl
authored andcommitted
Update pandas requirement from <2.2 to <2.3
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@0.3.0...v2.2.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe622a9 commit e6cd1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"munch>=2.5.0,<5",
1717
"tqdm>=4.60.0,<5",
1818
# Filtering
19-
f"pandas<2.2; {no_linux_on_arm}",
19+
f"pandas<2.3; {no_linux_on_arm}",
2020
f"duckdb<0.11; {no_linux_on_arm}",
2121
# Grafana
2222
"requests>=2.26,<3",

0 commit comments

Comments
 (0)