Skip to content

Commit 99ffcad

Browse files
committed
Unpin dash-daq
Resolve too eager pinning in d81f17a tests pass with dash==0.6.0.
1 parent 0e2ea20 commit 99ffcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
install_requires=[
2424
"dash-bootstrap-components",
25-
"dash-daq<0.6.0",
25+
"dash-daq",
2626
"dash<3.0.0",
2727
"pandas",
2828
"requests",

0 commit comments

Comments
 (0)