Skip to content

Commit

Permalink
need lower bound?
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Jul 31, 2023
1 parent 1024655 commit c6a9468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ nglview = { extras = ["viz"], version = "^3.0.3" }
ipykernel = { version = "<6.0.0", extras = ["viz"] }
importlib-metadata = { version = ">=4.8", python = "<3.8" }
networkx = { version = "<3.0", extras = ["align"] }
scipy = { extras = ["align"] }
scipy = { version = ">0.17", extras = ["align"] } # lower bound for poetry
pytest = { extras = ["test"], version = "^7.2.2" }


Expand Down

0 comments on commit c6a9468

Please sign in to comment.