We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6e09b64 commit f7b6cbfCopy full SHA for f7b6cbf
.circleci/config.yml
@@ -28,7 +28,7 @@ jobs:
28
python -m venv venv
29
. venv/bin/activate
30
pip install --upgrade pip
31
- pip install dash>=1.6.1
+ pip install dash[dev]>=1.6.1
32
npm run build
33
34
- run:
0 commit comments