gradient-cli icon indicating copy to clipboard operation
gradient-cli copied to clipboard

Update version specifier

Open fabaff opened this issue 2 years ago • 0 comments

https://github.com/Paperspace/gradient-cli/blob/9eb645ec208c5cc2c494682705a14602b70f7914/setup.py#L70

is no longer a valid version specifier.

error in gradient setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier)
    PyYAML>=5.*
          ~~~^

Affects also websocket-client==0.57.*

fabaff avatar Mar 29 '23 06:03 fabaff