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
As of
fhaviary==0.8.1at https://github.com/Future-House/aviary/blob/v0.8.1/pyproject.toml#L33-L34 the following are equivalent:Then #51 made it so
aviary.gsm8k<0.8.2is incompatible withfhaviary>=0.8.2.We need to change the way we version within the
gsm8kandhotpotqaextras so the following are equivalent: