Skip to content

Commit

Permalink
Revert "Set all min deps" (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 8, 2024
1 parent d3c8086 commit 89de373
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Expand Up @@ -26,21 +26,21 @@ classifiers = [
urls = {Homepage = "https://jupyter.org"}
requires-python = ">=3.8"
dependencies = [
"beautifulsoup4>=4.12.1",
"bleach>=6.1",
"defusedxml>=0.7.1",
"beautifulsoup4",
"bleach!=5.0.0",
"defusedxml",
"importlib_metadata>=3.6;python_version<\"3.10\"",
"jinja2>=3.0",
"jupyter_core>=4.7",
"jupyterlab_pygments>=0.3",
"jupyterlab_pygments",
"MarkupSafe>=2.0",
"mistune>=2.0.3,<4",
"nbclient>=0.7.4",
"nbclient>=0.5.0",
"nbformat>=5.7",
"packaging>=22.0",
"packaging",
"pandocfilters>=1.4.1",
"pygments>=2.4.1",
"tinycss2>=0.4",
"tinycss2",
"traitlets>=5.1",
]
dynamic = ["version"]
Expand Down

0 comments on commit 89de373

Please sign in to comment.