From d4b70ba1c7ff9558a9dc5c34da1adbe7a7f7193b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Santanch=C3=A8?= Date: Wed, 1 May 2024 18:27:04 -0300 Subject: [PATCH] feat (binder): networkx support --- binder/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/binder/requirements.txt b/binder/requirements.txt index fa8a9a6..ceb1db5 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -2,3 +2,5 @@ pandas matplotlib scipy statsmodels +networkx +numpy \ No newline at end of file