dotmesh-io / python-sdk

dotmesh python sdk
Apache License 2.0
6 stars 1 forks source link

requirements aren't filled out properly #8

Closed Godley closed 5 years ago

Godley commented 5 years ago

https://drone.app.cloud.dotscience.net/dotmesh-io/jupyterlab-tensorflow/72/1/2 shows that this lib depends on jsonrpcclient but somehow, docker build hasn't installed that requirement. https://github.com/dotmesh-io/python-sdk/blob/master/setup.py#L24 shows it's there though, maybe the version needs upgrading?

need to add it, then upgrade the version specified in dotscience, then release that lib again.