We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9aece commit 239c3d8Copy full SHA for 239c3d8
1 file changed
pyproject.toml
@@ -29,7 +29,7 @@ classifiers = [
29
"Programming Language :: Python :: 3.10",
30
]
31
dependencies = [
32
- "traitlets>5.3",
+ "traitlets>=5.3",
33
34
35
[project.optional-dependencies]
@@ -50,4 +50,4 @@ include = [
50
51
[tool.pytest.ini_options]
52
addopts = "-raXs --durations 10 --color=yes"
53
-filterwarnings = ["error"]
+filterwarnings = ["error"]
0 commit comments