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:
Lumír 'Frenzy' Balhar 2021-06-30 11:04:03 +02:00 committed by GitHub
parent 6fe9755971
commit 4f397ab9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]