Skip to content

Pinning min version on co-versioned packages #159

Description

@jamesbraza

As of fhaviary==0.8.1 at https://github.com/Future-House/aviary/blob/v0.8.1/pyproject.toml#L33-L34 the following are equivalent:

pip install fhaviary[gsm8k]==0.8.1
pip install fhaviary==0.8.1 aviary.gsm8k

Then #51 made it so aviary.gsm8k<0.8.2 is incompatible with fhaviary>=0.8.2.

We need to change the way we version within the gsm8k and hotpotqa extras so the following are equivalent:

pip install fhaviary[gsm8k]>=0.8.2
pip install fhaviary>=0.8.2 aviary.gsm8k>=0.8.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    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