plotly / dash-cytoscape

Interactive network visualization in Python and Dash, powered by Cytoscape.js
https://dash.plot.ly/cytoscape
MIT License
587 stars 120 forks source link

Update development dependencies to Dash 2.x #179

Closed akx closed 6 months ago

akx commented 2 years ago

About

I noticed that pip install -e . installed Dash 2.x, and then installing requirements as per CONTRIBUTING.md downgraded Dash to 1.x, which didn't quite seem right.

Description of changes

Pre-Merge checklist

alexcjohnson commented 6 months ago

Done in #193 and #202 - thanks @akx!