From 2e28ae18de4913a6dbaef257cf60cb17fc82e260 Mon Sep 17 00:00:00 2001 From: Pavol Juhas Date: Fri, 29 Mar 2024 13:38:12 -0700 Subject: [PATCH] Undo temporary version pin of mpmath (#6535) Version limit on mpmath is unnecessary after #6534 because cirq pre-releases are now installed with stable dependencies. This reverts commit e11132e391c5c13377416b62af6a9aad8861f839 (#6477). Related to #6475 --- cirq-core/requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/cirq-core/requirements.txt b/cirq-core/requirements.txt index 9f29aa8b04c..4ed819eb75a 100644 --- a/cirq-core/requirements.txt +++ b/cirq-core/requirements.txt @@ -2,9 +2,6 @@ duet>=0.2.8 matplotlib~=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.4 networkx>=2.4 numpy~=1.16 pandas