From 73f9e01d4acf5c3dcbb479251121375e72353f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Chocholat=C3=BD?= Date: Fri, 15 Nov 2024 10:16:20 +0100 Subject: [PATCH] fix(python): Add missing Python dependencies for Python binding --- bindings/python/requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindings/python/requirements.txt b/bindings/python/requirements.txt index f7cbea49..5c3b30c5 100644 --- a/bindings/python/requirements.txt +++ b/bindings/python/requirements.txt @@ -7,3 +7,7 @@ ipython>=7.9.0 pandas>=1.3.5 networkx>=2.6.3 graphviz>=0.20.0 +setuptools +papermill +ipykernel +seaborn