From f813cf58faf23626da4f6045ada45a6111825c08 Mon Sep 17 00:00:00 2001 From: Siddhant Sadangi Date: Fri, 27 Jan 2023 14:16:16 +0100 Subject: [PATCH] Reverting altair workaround --- .../altair/notebooks/Neptune_Altair_Support.ipynb | 7 ++++++- .../altair/scripts/requirements.txt | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/integrations-and-supported-tools/altair/notebooks/Neptune_Altair_Support.ipynb b/integrations-and-supported-tools/altair/notebooks/Neptune_Altair_Support.ipynb index 476a9808d..3f0c67c98 100644 --- a/integrations-and-supported-tools/altair/notebooks/Neptune_Altair_Support.ipynb +++ b/integrations-and-supported-tools/altair/notebooks/Neptune_Altair_Support.ipynb @@ -51,7 +51,7 @@ "metadata": {}, "outputs": [], "source": [ - "! pip install -U altair neptune-client \"jsonschema<4.17\"" + "! pip install -U altair neptune-client" ] }, { @@ -255,6 +255,11 @@ "provenance": [], "toc_visible": true }, + "kernelspec": { + "display_name": "py38", + "language": "python", + "name": "python3" + }, "language_info": { "codemirror_mode": { "name": "ipython", diff --git a/integrations-and-supported-tools/altair/scripts/requirements.txt b/integrations-and-supported-tools/altair/scripts/requirements.txt index 16e8b5bc5..8298051c7 100644 --- a/integrations-and-supported-tools/altair/scripts/requirements.txt +++ b/integrations-and-supported-tools/altair/scripts/requirements.txt @@ -1,4 +1,3 @@ altair -jsonschema<4.17 neptune-client vega_datasets