Skip to content

Commit

Permalink
Update pyproject.toml (#16)
Browse files Browse the repository at this point in the history
Loosen dependency on traitlet so it is available in python 3.6
  • Loading branch information
vincent-grosbois authored Aug 2, 2023
1 parent 7e098f5 commit 136c099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"traitlets>=5.3",
"traitlets>=4",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 136c099

Please sign in to comment.