We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
fhaviary==0.8.1
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.
aviary.gsm8k<0.8.2
fhaviary>=0.8.2
We need to change the way we version within the gsm8k and hotpotqa extras so the following are equivalent:
gsm8k
hotpotqa
pip install fhaviary[gsm8k]>=0.8.2 pip install fhaviary>=0.8.2 aviary.gsm8k>=0.8.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:Then #51 made it so
aviary.gsm8k<0.8.2
is incompatible withfhaviary>=0.8.2
.We need to change the way we version within the
gsm8k
andhotpotqa
extras so the following are equivalent:The text was updated successfully, but these errors were encountered: