Skip to content

Remove flower dependency

Maciej Pawel Szymanski requested to merge maszyman-rm-flower into master

For context: while trying to put our packages for the new nightlies on conda-forge, there was an issue with the solver. Basically, luigi has an extra dependency on prometheus_client==0.5.0 (which we don't want to) which is put directly in the feedstock. The problem is that flower depends on prometheus_client>=0.8.0. However, lb-nightly-rpc does not really depend on flower, so it'd be better to set it up differently (#12 (closed)).

Edited by Maciej Pawel Szymanski

Merge request reports