JaneliaSciComp / SongExplorer

deep learning for acoustic signals
BSD 3-Clause "New" or "Revised" License
20 stars 5 forks source link

No versions in meta.yaml #15

Closed colligant closed 1 year ago

colligant commented 1 year ago

Packages in meta.yaml don't all have pinned versions. As far as I can tell, bokeh had a new breaking release in Nov 2022 that removed some functions SongExplorer relies on. Downgrading to 2.0 worked but I haven't tested out other aspects of the software yet, so there could be other version discrepancies. I recommend suggesting a range of installable versions for dependencies.

bjarthur commented 1 year ago

thanks, will do! i've been using bokeh v2.4.3 and it seems fine. which version did you have a problem with?

colligant commented 1 year ago

I used bokeh 3.0, which is the newest release. They removed bokeh.models.markers which caused the error.

bjarthur commented 1 year ago

fixed by https://github.com/JaneliaSciComp/SongExplorer/commit/4eb77196b691529d6835ecaf6d95099ba2de2406. thanks!

bjarthur commented 1 year ago

will upgrade to bokeh 3 at a later date.