floydhub / floyd-cli

Command line tool for FloydHub - the fastest way to build, train, and deploy deep learning models
https://floydhub.com
Apache License 2.0
156 stars 34 forks source link

Update the version of click dependency #233

Open mjmikulski opened 3 years ago

mjmikulski commented 3 years ago

It has a dependency on click version 6.7 which was released more than 4 years ago. I cannot install it with poetry because of that.

narenst commented 3 years ago

It looks like your project code or one of its dependencies requires a newer version of click. I will update the issue to update the dependencies of the cli project to newer versions wherever possible.