Skip to content

Commit

Permalink
Merge pull request #242 from nzlosh/networkx_pin
Browse files Browse the repository at this point in the history
Pin networkx to versions lower than 2.6 which doesn't support Python 3.6
  • Loading branch information
cognifloyd authored Oct 2, 2021
2 parents 86a427f + c9a17e6 commit c971b94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ chardet>=3.0.2,<4.0.0
eventlet
Jinja2>=2.11 # BSD License (3 clause)
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
networkx>=2.5.1,<3.0
# networkx v2.6 does not support Python3.6. Update networkx to match st2
networkx>=2.5.1,<2.6
python-dateutil
PyYAML>=3.1.0 # MIT
six>=1.9.0
Expand Down

0 comments on commit c971b94

Please sign in to comment.