Skip to content

Commit 3f284dc

Browse files
committed
remove obsolete dash components for older versions of dash
1 parent 6333264 commit 3f284dc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

python/interpret-core/setup.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,7 @@ def run(self):
259259
"aplr": ["aplr>=10.6.1"],
260260
# Dash
261261
"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
262+
"dash>=2.0.0,<3.0.0",
267263
"dash-cytoscape>=0.1.1",
268264
"gevent>=1.3.6",
269265
"requests>=2.19.0",

0 commit comments

Comments
 (0)