Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Jan 3, 2025
1 parent 67ae9b5 commit 7477391
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 @@ -92,7 +92,7 @@ nxviz = { path = ".", editable = true }
default = { solve-group = "default" }
docs = { features = ["docs"], solve-group = "default" }
tests = { features = ["tests"], solve-group = "default" }
all = { features = ["tests", "docs"], solve-group = "default" }
all = { features = ["all", "tests", "docs"], solve-group = "default" }
py310 = { features = ["py310"], solve-group = "all" }
py311 = { features = ["py311"], solve-group = "all" }
py312 = { features = ["py312"], solve-group = "all" }
Expand Down

0 comments on commit 7477391

Please sign in to comment.