Closed colllin closed 4 years ago
I'm trying to create a Docker image for a CLI that uses gbdxtools and encountered the same problem, except in the case of a CLI when using setuptools entrypoints a conflict checker is automatically called when initializing the module, so it automatically fails.
What are the issues with updating gbxtools to the latest version of dask?
@colllin @matthewhanson We'll be testing Dask 1.x today and will cut a new gbdxtools release once we've confirmed everything is working.
Will fix in 0.16.6
Ubuntu 16.04, Python 3.7, pipenv 2018.11.26, pip 19.0.3, gbdxtools 0.16.5
Description
Unsure whether this bug actually breaks gbdxtools functionality — seems like it is a risk since we install a different version of Dask than required by scikit-image.
When installing gbdxtools in a brand new pipenv virtual env, pipenv fails to lock due to inability to resolve subdependencies.
Click to expand console output
pipenv graph
shows thatgbdxtools
requiresdask==0.20.0
whilescikit-image
requiresdask>=1.0.0
:Example