Skip to content

Commit 736d34b

Browse files
authored
Merge pull request #260 from CCPBioSim/renovate/pandas-3.x
Update dependency pandas to v3
2 parents dc38863 + ba9f330 commit 736d34b

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
@@ -40,7 +40,7 @@ requires-python = ">=3.11"
4040
dependencies = [
4141
"numpy>=2.3,<3.0",
4242
"mdanalysis>=2.10,<3.0",
43-
"pandas>=2.3,<3.0",
43+
"pandas>=3,<3.1",
4444
"psutil>=7.1,<8.0",
4545
"PyYAML>=6.0,<7.0",
4646
"python-json-logger>=4.0,<5.0",

0 commit comments

Comments
 (0)