-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,10 @@ | |
'Flask>=0.12', | ||
'flask-compress', | ||
'plotly', | ||
'dash_renderer>=0.19.0', | ||
'dash-core-components>=0.43.1', | ||
'dash-html-components>=0.13.5', | ||
'dash-table>=3.5.0' | ||
'dash_renderer==0.20.0', | ||
'dash-core-components==0.44.0', | ||
'dash-html-components==0.14.0', | ||
'dash-table==3.6.0' | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
alexcjohnson
Collaborator
|
||
], | ||
entry_points={ | ||
'console_scripts': [ | ||
|
I'm curious why dash now depends on dash-table. dash-table also depends on dash. So it is a circular dependency. dash-table is also listed as alpha software in the readme there. This may cause issues with the conda dependency solver down the line (I maintain the dash package on conda-forge).