Skip to content

minversion should return true for a final release if required version is 1.00dev #5814

@kain88-de

Description

@kain88-de

I'm trying to update the conda-forge package with numpy 1.12, conda-forge/astropy-feedstock#7

This fails because of the function call minversion('numpy', '1.12dev'). There is a type Error in the final comparison. I assume parse_version doesn't strip the dev. I would be nice if minversion would allow that minversion('package', '1.00dev') returns true if the release version of the package is installed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions