From c41429118179519ca664bc2a9599d01de4547b51 Mon Sep 17 00:00:00 2001 From: Carlotta Castelluccio Date: Wed, 16 Mar 2022 16:31:14 +0100 Subject: [PATCH] adding scikit-learn and matplotlib in binder config file --- binder/environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/binder/environment.yml b/binder/environment.yml index a63a9450..03d395c1 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -17,5 +17,7 @@ dependencies: - pandas - pybryt>=0.1.8 - ipykernel==5.5.5 + - matplotlib + - scikit-learn # There is a conflict between pybryt and ipykernel>=6.0.0 (released 2 July 2021). # Because of that, we fix ipykernel version until version 6.* matures. \ No newline at end of file