Skip to content

deps: loosen nbclient dependency version bounds#86

Open
NicolasT wants to merge 1 commit intochrisjsewell:masterfrom
NicolasT:loosen-nbclient-dependency
Open

deps: loosen nbclient dependency version bounds#86
NicolasT wants to merge 1 commit intochrisjsewell:masterfrom
NicolasT:loosen-nbclient-dependency

Conversation

@NicolasT
Copy link
Copy Markdown

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