plotly / dash-bio

Open-source bioinformatics components for Dash
https://dash-gallery.plotly.host/Portal/?search=Bioinformatics
MIT License
531 stars 192 forks source link

remove numpy pin in demos #701

Closed alexcjohnson closed 2 years ago

alexcjohnson commented 2 years ago

numpy has an update that resulted in a million dependabot PRs. We can't accept those because newer numpy versions are restricted to Py3.8+ - but we can simply unpin it and folks will get the top version available for their Python version.

alexcjohnson commented 2 years ago

Not sure what's up with the speck tests, but that's not a problem introduced by this PR, so I'll merge - just want to get all those dependabot PRs off my queue 😅