Skip to content

Incompatible dependencies in pyproject.toml #447

@stanmart

Description

@stanmart

Problem description

I believe some of the dependencies described in pyproject.toml are problematic. In particular, this set of deps seem incompatible with each other. ipykernel = "^4.8.2" resolves to `ipykernel = ">=4.8.2,<4.9", meaning that we are requesting a super old version. It is also indicative that conda cannot resolve them for this reason.

Expected Output

Some of the upper pins on jupyter-related packages should be relaxed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions