Skip to content

Commit 691768f

Browse files
build(deps): update pandas requirement
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@v2.2.0...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebe0507 commit 691768f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"tabulate>=0.9.0,<0.10.0",
2828
"python-dateutil>=2.9.0,<3.0.0",
2929
"gpxpy>=1.6.0,<1.7.0",
30-
"pandas>=2.2.0,<2.3.0",
30+
"pandas>=2.2.0,<2.4.0",
3131
"numpy>=2.2.0,<2.3.0",
3232
"nska-deserialize>=1.5.0,<1.6.0",
3333
"yara-python>=4.5.0,<4.6.0",

0 commit comments

Comments
 (0)