From 55aa04fb7899a94d343223e01a74387287d3b072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Sok=C3=B3=C5=82?= Date: Wed, 26 Nov 2025 16:17:07 +0000 Subject: [PATCH] Update Finch notebook --- examples/sparse_finch.ipynb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/sparse_finch.ipynb b/examples/sparse_finch.ipynb index 785860df..c3d35f7b 100644 --- a/examples/sparse_finch.ipynb +++ b/examples/sparse_finch.ipynb @@ -17,8 +17,7 @@ "metadata": {}, "outputs": [], "source": [ - "#!pip install 'sparse[finch]==0.16.0a9' scipy\n", - "#!export SPARSE_BACKEND=Finch\n", + "# %pip install 'sparse[finch]==0.17.0' scipy\n", "\n", "# let's make sure we're using Finch backend\n", "import os\n", @@ -535,7 +534,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.14" + "version": "3.11.14" } }, "nbformat": 4,