Skip to content

Commit a400c0e

Browse files
authored
Fix jupyter_core pinning (#1122)
Fixes #1121
1 parent 487729c commit a400c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"argon2-cffi",
3232
"jinja2",
3333
"jupyter_client>=7.4.4",
34-
"jupyter_core>=4.12,!=~5.0",
34+
"jupyter_core>=4.12,!=5.0.*",
3535
"jupyter_server_terminals",
3636
"nbconvert>=6.4.4",
3737
"nbformat>=5.3.0",

0 commit comments

Comments
 (0)