Skip to content

Commit

Permalink
pyproject.toml update for dropped networkx 3.2 support on python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyleung521 committed Oct 22, 2023
1 parent 01ac241 commit e99d146
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ dependencies = [
"pylcs",
"ray",
"tqdm",
"networkx",
"networkx;python_version>='3.8'",
"networkx<3.2;python_version<='3.8'",
"matplotlib",
"timedinput",
"importlib-resources;python_version<'3.10'"
Expand Down

0 comments on commit e99d146

Please sign in to comment.