Skip to content

Show when a new version of an existing package is installed #43

@billallen256

Description

@billallen256

If a user installs something like requests, but then later installs an older version of requests, then no message is displayed.

ipydeps.pip('requests')
New packages installed: requests

Later

ipydeps.pip('requests==0.0.1')
No new packages installed

This is because ipydeps discards version information when it uses pip freeze to get the the old and new lists of installed packages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions