mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Fix version of jupyter-packaging in pyproject.toml
The specifier `~=0.9` is equivalent to `>= 0.9, == 0.*` so there is no need to specify `<2`.
This commit is contained in:
parent
6fe9755971
commit
4f397ab9d6
@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
requires=["jupyter_packaging~=0.9,<2"]
|
||||
requires=["jupyter_packaging~=0.9"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.check-manifest]
|
||||
|
Loading…
Reference in New Issue
Block a user