Skip to content

Commit 58f06bf

Browse files
chore(deps-dev): update pandas requirement from >=2.0 to >=3.0.3 (#76)
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.0.0...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pratyush Sharma <56130065+pratyush618@users.noreply.github.com>
1 parent bdbddc7 commit 58f06bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Issues = "https://github.com/ByteVeda/paperjam/issues"
4444
Changelog = "https://github.com/ByteVeda/paperjam/blob/main/CHANGELOG.md"
4545

4646
[project.optional-dependencies]
47-
pandas = ["pandas>=2.0"]
47+
pandas = ["pandas>=3.0.3"]
4848
dev = [
4949
"pre-commit>=4.0",
5050
"pytest>=8.0",
@@ -55,7 +55,7 @@ dev = [
5555
"mypy>=1.8",
5656
"ruff>=0.3",
5757
"reportlab>=4.0,<4.2",
58-
"pandas>=2.0",
58+
"pandas>=3.0.3",
5959
]
6060

6161
[tool.maturin]

0 commit comments

Comments
 (0)