Skip to content

Pin eli5 dependency versions #161

Description

@rooby

The required eli5 packages has the un-versioned dependencies jinja2 and markupsafe, so when you install UncoverML now you get newer versions, which breaks with this error message:

AttributeError: module 'jinja2.ext' has no attribute 'with_'

or this error message:

ImportError: cannot import name 'soft_unicode' from 'markupsafe' (myenv/lib/python3.7/site-packages/markupsafe/__init__.py)

This issue has yet to be fixed on the eli5 end, so we will need to pin the version here for now, e.g.

jinja2<3
markupsafe<2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions