Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix version of jupyter-packaging in pyproject.toml #6101

Merged
merged 1 commit into from
Jul 13, 2021

Conversation

frenzymadness
Copy link
Contributor

The specifier ~=0.9 is equivalent to >= 0.9, == 0.* so there is no need to specify <2.

See PEP 440 for more details: https://www.python.org/dev/peps/pep-0440/#compatible-release

The specifier `~=0.9` is equivalent to `>= 0.9, == 0.*` so there is no need to specify `<2`.
Copy link
Member

@kevin-bates kevin-bates left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thank you.

@kevin-bates kevin-bates merged commit b5ce672 into jupyter:master Jul 13, 2021
@blink1073 blink1073 added the bug label Aug 6, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants