-
- Downloads
Merge branch '175-fix-dash-app-events-not-supported-in-newer-versions' into 'develop'
Resolve "Fix Dash App - Events not supported in newer versions." Closes #175 See merge request las-nq/adwin-control!96
... | ... | @@ -4,10 +4,10 @@ |
adwin>=0.16.1 | ||
sphinx>=1.7.5 | ||
numpy>=1.14 | ||
dash>=0.31.1 # The core dash backend | ||
dash-renderer>=0.15.1 # The dash front-end | ||
dash-html-components>=0.13.0 # HTML components | ||
dash-core-components>=0.40.0 # Supercharged components | ||
dash==0.36.0 # The core dash backend | ||
dash-renderer==0.17.0 # The dash front-end | ||
dash-html-components==0.13.5 # HTML components | ||
dash-core-components==0.43.0 # Supercharged components | ||
plotly | ||
pandas | ||
pandas-datareader>=0.5.0 | ||
... | ... |
Please sign in to comment