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

README: clarify build system version #121

Merged
merged 2 commits into from
Dec 9, 2021

Conversation

adamjstewart
Copy link
Contributor

Closes #120

README.md Outdated
@@ -18,7 +18,7 @@ An example:

```toml
[build-system]
requires = ["jupyter_packaging~=0.10.0,<2"]
requires = ["jupyter_packaging~=0.10.0"]
Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry, I should have specified, let's keep compatibility with 1.x+ and use ~=0.10,<2

Copy link
Contributor Author

Choose a reason for hiding this comment

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

~=0.10,<2 implies >=0.10,==0.X, it doesn't include 1.X. Do you instead want to use >=0.10,<2?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, please, the tilde spec is quite confusing. 😄

Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

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

Thank you!

@blink1073 blink1073 merged commit 07d1eed into jupyter:master Dec 9, 2021
@adamjstewart adamjstewart deleted the fixes/readme branch December 9, 2021 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Question about pyproject.toml syntax
2 participants