Skip to content

Commit

Permalink
Update networkx >=2.6 for py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arm4b authored Sep 25, 2023
1 parent 6cd678c commit 487c43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Jinja2>=2.11 # BSD License (3 clause)
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
# networkx v2.6 does not support Python3.6. Update networkx to match st2
networkx>=2.5.1,<2.6; python_version < '3.7'
networkx>=2.5.1,<3; python_version >= '3.7'
networkx>=2.6,<3; python_version >= '3.7'
python-dateutil
PyYAML>=3.1.0 # MIT
six>=1.9.0
Expand Down

0 comments on commit 487c43b

Please sign in to comment.