Skip to content

Commit b135ada

Browse files
authored
Fix jupyter_core pinning (#896)
1 parent 9a3fd39 commit b135ada

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
@@ -25,7 +25,7 @@ classifiers = [
2525
requires-python = ">=3.8"
2626
dependencies = [
2727
"importlib_metadata>=4.8.3;python_version<\"3.10\"",
28-
"jupyter_core>=4.12,!=~5.0",
28+
"jupyter_core>=4.12,!=5.0.*",
2929
"python-dateutil>=2.8.2",
3030
"pyzmq>=23.0",
3131
"tornado>=6.2",

0 commit comments

Comments
 (0)