Skip to content

Commit ba9f330

Browse files
Update dependency pandas to v3
1 parent bef4f99 commit ba9f330

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)