From 99e6d7bb04681dd1f015327fae865dffe17fee0a Mon Sep 17 00:00:00 2001 From: Constantin Gahr Date: Tue, 9 Jul 2024 15:39:11 +0200 Subject: [PATCH] add tomli dependency --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 194adf5..3b00106 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,10 @@ [build-system] build-backend = "setuptools.build_meta" -requires = ["matplotlib", "setuptools"] +requires = [ + "matplotlib", + "setuptools", + "tomli; python_version < '3.11'" +] [project] authors = [