Skip to content

Commit d9537f4

Browse files
committed
Added pandas as a dependancy
1 parent c347988 commit d9537f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ authors = [
1313
]
1414

1515
dependencies = [
16-
"openmm>=8.3.0,<8.4.0"
16+
"openmm>=8.3.0,<8.4.0",
17+
"pandas>=2.0.0"
1718
]
1819

1920
[project.optional-dependencies]

0 commit comments

Comments
 (0)