From feaaef0a548e662c4aa8e4d285dc0d563d05e7e8 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 10 Feb 2023 17:27:23 -0600 Subject: [PATCH] use all over backends for binder postBuild --- binder/postBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/postBuild b/binder/postBuild index fcf217996c..c7af738a91 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -1,2 +1,2 @@ -python -m pip install --upgrade '.[backends]' +python -m pip install --upgrade '.[all]' python -m pip install altair