Skip to content

Conversation

NicolasT
Copy link

The current bounds, ~=0.5.10, translate to >= 0.5.10, == 0.5.* according to the "Version specifiers" spec. Given nbclient is currently at version 0.10.0, loosening the bounds allows for pytest-notebook to be used in environments using newer versions of nbclient.

See: https://packaging.python.org/en/latest/specifications/version-specifiers/#compatible-release

The current bounds, `~=0.5.10`, translate to `>= 0.5.10, == 0.5.*`
according to the "Version specifiers" spec. Given `nbclient` is
currently at version 0.10.0, loosening the bounds allows for
`pytest-notebook` to be used in environments using newer versions of
`nbclient`.

See: https://packaging.python.org/en/latest/specifications/version-specifiers/#compatible-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant