plotly / dash-html-components

OBSOLETE - now part of https://github.com/plotly/dash
https://dash.plotly.com
Other
153 stars 49 forks source link

Fix python 3.7 build #85

Closed T4rk1n closed 5 years ago

T4rk1n commented 5 years ago

Built the components in 0.13.3 on fresh environment that pulled dash==0.25.1 on python 3.6 so the async bug is back for the build. Locked dash>=0.32.2 so it doesn't happen again.

rmarren1 commented 5 years ago

Fix looks good :dancer: I always thought leaving the bare module name would pull the most recent version when you run pip install -r dev-requirements, did that not work?

T4rk1n commented 5 years ago

@rmarren1 I thought so too, guess it takes it from a cache.