Skip to content

Commit 239c3d8

Browse files
authored
Fix traitlets dep (#11)
1 parent dc9aece commit 239c3d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.10",
3030
]
3131
dependencies = [
32-
"traitlets>5.3",
32+
"traitlets>=5.3",
3333
]
3434

3535
[project.optional-dependencies]
@@ -50,4 +50,4 @@ include = [
5050

5151
[tool.pytest.ini_options]
5252
addopts = "-raXs --durations 10 --color=yes"
53-
filterwarnings = ["error"]
53+
filterwarnings = ["error"]

0 commit comments

Comments
 (0)