Skip to content

Commit 85c6e30

Browse files
authored
Merge pull request #63 from MartinPdeS/dependabot/pip/master/pandas-gte-2.2-and-lt-4.0
Update pandas requirement from ~=2.2 to >=2.2,<4.0
2 parents 4591a2e + 36efaaa commit 85c6e30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ classifiers = [
5151

5252
dependencies = [
5353
"setuptools_scm[toml] >=8,<10",
54-
'pandas ~=2.2',
54+
'pandas >=2.2,<4.0',
5555
'pint-pandas ~=0.6',
5656
'seaborn ~=0.13',
5757
"pydantic ~=2.9",

0 commit comments

Comments
 (0)