Skip to content

Needless warnings about too up-to-date deps during pip installs #382

@janosh

Description

@janosh

automatminer causes needless recurring warnings when updating packages it depends on:

pip install crystal-toolkit

[...]

automatminer 1.0.3.20200727 requires matminer==0.6.2, but you'll have matminer 0.6.5 which is incompatible.
automatminer 1.0.3.20200727 requires pymatgen==2020.01.28, but you'll have pymatgen 2022.0.5 which is incompatible.
automatminer 1.0.3.20200727 requires scikit-learn==0.22.2, but you'll have scikit-learn 0.24.1 which is incompatible.

I believe the way to fix this is to simply specify dependencies with >= rather than == in requirements.txt. Will submit PR.

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