Skip to content

Commit 7914e87

Browse files
committed
Update dependency pandas 3
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
1 parent 600a4cf commit 7914e87

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

Pipfile

Lines changed: 0 additions & 24 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ dependencies = [
4141
]
4242

4343
[project.optional-dependencies]
44-
data = ["pandas~=2.0"]
44+
data = ["pandas>=2, <4"]
4545
development = ["pytest", "pytest-cov", "pytest-doctestplus", "ruff"]
4646
docs = [
47-
"pandas~=2.0",
47+
"pandas>=2, <4",
4848
"sphinx~=8.0",
4949
"sphinx_rtd_theme~=3.0"
5050
]

0 commit comments

Comments
 (0)