powervm / pypowervm

Python library for interacting with the PowerVM API
Apache License 2.0
26 stars 14 forks source link

restrict taskflow version #11

Closed poovannan89 closed 5 years ago

poovannan89 commented 5 years ago

pip install pypowervm fails with dependency on python3. pypowervm depends on taskflow and latest version 3.4 is being pulled by pip. taskflow depends on networkx and latest version of networkx 2.3 requires python 3.5. Hence the installation fails. The resolution is to restrict the python-taskflow version to be less than 3.2.0 which in turn restricts networkx to be less than 2.0

edmondsw commented 5 years ago

please use gerrit instead of github pull requests.