-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
CI fails due to incompatible update of mpmath
#6475
Comments
Version 1.4.0 of mpmath is pre-release, so I will fix it to |
The error location is Dockerfile in line 26. This one downloads the package from PyPI, but my permission do not allow me to update the package. Therefore, I have changed the version of mpmath in my local environment, and I am hoping that the test will pass. Can I use test account to download the package from PyPI and make sure it works fine? |
@pavoljuhas as per offline discussions. I temporarily supressed the failing test to unblock development. |
The `1.3.*` pattern is invalid in `install_requires` context. The `mpmath<1.4` spec prohibits pre-releases of 1.4 such as 1.4.0a0. Related to quantumlib#6475
The `1.3.*` pattern is invalid in `install_requires` context. The `mpmath<1.4` spec prohibits pre-releases of 1.4 such as 1.4.0a0. Related to #6475
…quantumlib#6477)" Not needed after quantumlib#6534 as cirq pre-releases are installed with stable dependencies. This reverts commit e11132e. Related to quantumlib#6475
Version limit on mpmath is unnecessary after quantumlib#6534 because cirq pre-releases are now installed with stable dependencies. This reverts commit e11132e (quantumlib#6477). Related to quantumlib#6475
The `1.3.*` pattern is invalid in `install_requires` context. The `mpmath<1.4` spec prohibits pre-releases of 1.4 such as 1.4.0a0. Related to quantumlib#6475
Version limit on mpmath is unnecessary after quantumlib#6534 because cirq pre-releases are now installed with stable dependencies. This reverts commit e11132e (quantumlib#6477). Related to quantumlib#6475
Description of the issue
CI pipeline fails due to an incompatible update in the mpmath library used by the Sympy library.
The
cirq_pre_release
installs the pre-release version ofmpmath=="1.4.0a0"
.mpmath.rational
is deorecated due to the update from v1.3.How to reproduce the issue
Information on the
mpmath
library installed with the cirq_pre_release image is as flollows.Cirq version
The text was updated successfully, but these errors were encountered: