malariagen / malariagen-data-python

Analyse MalariaGEN data from Python
https://malariagen.github.io/malariagen-data-python/latest/
MIT License
13 stars 24 forks source link

Relax ipyleaflet pinning #408

Closed alimanfoo closed 1 year ago

alimanfoo commented 1 year ago

Previously I had somehow got the idea that ipyleaflet 0.17.0 didn't work on colab. I therefore pinned the dependency to >0.17.0. However, perhaps that was a transient thing, because now 0.17.0 seems to work fine on colab. Also, 0.17.0 is actually better than more recent versions because it doesn't have a bug where maps are blank after conversion to html (https://github.com/jupyter-widgets/ipyleaflet/issues/1090). Hence we should allow malariagen_data to be installed with ipyleaflet 0.17.0.

alimanfoo commented 1 year ago

cc @ahernank, doing this to make it easier to install malariagen_data together with ipyleaflet 0.17.0.