Skip to content

Commit d2b7205

Browse files
author
ryan.danehy@pnnl.gov
committed
Adding pandas constraint
1 parent dc995f7 commit d2b7205

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
@@ -24,7 +24,7 @@ packages = [
2424
[tool.poetry.dependencies]
2525
python = ">=3.10,<4.0.0"
2626
networkx = ">=3.3"
27-
pandas = ">=2.2.2"
27+
pandas = "<3.0.0"
2828
scikit-learn = ">=1.4.2"
2929
igraph = ">=0.11.4"
3030
decorator = ">=5.1.1"

0 commit comments

Comments
 (0)