Skip to content

Commit f42d481

Browse files
authored
Relax jupyter_events dependency requirement (#57)
* Relax jupyter_events dependency requirement - Update dead link in project URL Signed-off-by: Alan Chin <akchin@us.ibm.com> * Add version floor to jupyter_events Signed-off-by: Alan Chin <akchin@us.ibm.com> --------- Signed-off-by: Alan Chin <akchin@us.ibm.com>
1 parent 0218593 commit f42d481

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ classifiers = [
1919
"Programming Language :: Python :: 3.10",
2020
"Framework :: Jupyter",
2121
]
22-
dependencies = ["jupyter_server>=1.15, <3", "jupyter_events~=0.5.0"]
22+
dependencies = [
23+
"jupyter_server>=1.15, <3",
24+
"jupyter_events>=0.5.0"
25+
]
2326

2427
[project.optional-dependencies]
2528
test = [

0 commit comments

Comments
 (0)