From bbed131e045624345a6044ab663304e3f1e89d5c Mon Sep 17 00:00:00 2001 From: Yohanna Lisnichuk Date: Sat, 10 Feb 2024 13:23:53 -0300 Subject: [PATCH] environment: remove charts related dependencies --- component_environment.ipynb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/component_environment.ipynb b/component_environment.ipynb index d34cc9c..d1d2086 100644 --- a/component_environment.ipynb +++ b/component_environment.ipynb @@ -36,7 +36,7 @@ "cell_type": "code", "source": [ "! pip install --upgrade pip > pip.log\n", - "! pip install --upgrade 'ocdskingfishercolab<0.4' altair ipywidgets matplotlib plotly psycopg2-binary seaborn >> pip.log" + "! pip install --upgrade 'ocdskingfishercolab<0.4' ipywidgets psycopg2-binary >> pip.log" ], "metadata": { "id": "X4nmyvOa_Ls7" @@ -58,12 +58,8 @@ "source": [ "from collections import Counter\n", "\n", - "import altair as alt\n", - "import matplotlib.pyplot as plt\n", "import numpy as np\n", "import pandas as pd\n", - "import plotly.express as px\n", - "import seaborn as sns\n", "from google.colab.data_table import DataTable\n", "from google.colab.files import download\n", "from ipywidgets import widgets\n", @@ -147,4 +143,4 @@ "outputs": [] } ] -} +} \ No newline at end of file