From 09921a619fb475f92a71a2cc95211580b5b6c5bf Mon Sep 17 00:00:00 2001 From: SylviaDu99 Date: Wed, 11 Sep 2024 17:30:19 -0700 Subject: [PATCH] WIP: build: add tomli dependency to pyproject.toml target to fix: issue #256 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 47ca43d0..ea54fca7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ dependencies = [ "plotly>=5.6.0,<6", "ipython>=7.17.0,<8", "pyvis>=0.3.2", + "tomli==2.0.1", ] requires-python = ">=3.9" authors = [