From 136c099e4fb1cc83040661796ad7ea349af04be8 Mon Sep 17 00:00:00 2001 From: vincent-grosbois Date: Wed, 2 Aug 2023 15:32:50 +0200 Subject: [PATCH] Update pyproject.toml (#16) Loosen dependency on traitlet so it is available in python 3.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a70065a..5dc076e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "traitlets>=5.3", + "traitlets>=4", ] [project.optional-dependencies]