Skip to content

Commit

Permalink
Fix dependency specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasb committed Jul 12, 2023
1 parent a37b6ba commit 77195ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
typing-extensions = "^4"
libcst = "^0.4.9"
networkx = "^2 || ^3"
libcst = ">=0.4, <2"
networkx = ">=2, <4"
typer = ">=0.7.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 77195ab

Please sign in to comment.