We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6333264 commit 3f284dcCopy full SHA for 3f284dc
python/interpret-core/setup.py
@@ -259,11 +259,7 @@ def run(self):
259
"aplr": ["aplr>=10.6.1"],
260
# Dash
261
"dash": [
262
- # dash 2.* removed the dependencies on: dash-html-components, dash-core-components, dash-table
263
- "dash>=1.0.0,<3.0.0",
264
- "dash-core-components>=1.0.0", # dash 2.* removes the need for this dependency
265
- "dash-html-components>=1.0.0", # dash 2.* removes the need for this dependency
266
- "dash-table>=4.1.0", # dash 2.* removes the need for this dependency
+ "dash>=2.0.0,<3.0.0",
267
"dash-cytoscape>=0.1.1",
268
"gevent>=1.3.6",
269
"requests>=2.19.0",
0 commit comments