Skip to content

Commit 136c099

Browse files
Update pyproject.toml (#16)
Loosen dependency on traitlet so it is available in python 3.6
1 parent 7e098f5 commit 136c099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.11",
3030
]
3131
dependencies = [
32-
"traitlets>=5.3",
32+
"traitlets>=4",
3333
]
3434

3535
[project.optional-dependencies]

0 commit comments

Comments
 (0)