Upgrading to poetry 1.1.0 causes an issue.Particularly, gmpy=2.0.8 will fail on install. This seems to be related exclusively to the poetry version.
This can be tested locally by installing:
pip install poetry 1.1.0
and running make environment:
make environment
The expected resolution would be either waiting for a bug fix from poetry or figuring out exactly why gmpy2 won't install.
Reactions are currently unavailable
Upgrading to poetry 1.1.0 causes an issue.Particularly, gmpy=2.0.8 will fail on install. This seems to be related exclusively to the poetry version.
This can be tested locally by installing:
pip install poetry 1.1.0
and running make environment:
make environment
The expected resolution would be either waiting for a bug fix from poetry or figuring out exactly why gmpy2 won't install.