Skip to content
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

fixed mpmath version to 1.3.0 due to incompatibility #6477

Merged
merged 5 commits into from
Feb 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reduced version restrictions and added policies
  • Loading branch information
kenya-sk committed Feb 28, 2024
commit 66eaa05f24efca304d7310178db23a999a61a5fe
4 changes: 3 additions & 1 deletion cirq-core/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

duet>=0.2.8
matplotlib~=3.0
mpmath~=1.3.0
# Temporary fix for https://github.com/sympy/sympy/issues/26273
# TODO: remove once `pip install --pre sympy` works in a fresh environment
mpmath<=1.3.*
networkx>=2.4
numpy~=1.16
pandas
Expand Down