We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078d971 commit 0c4d9b4Copy full SHA for 0c4d9b4
cirq-core/requirements.txt
@@ -13,7 +13,6 @@ numpy~=1.16
13
pandas
14
sortedcontainers~=2.0
15
scipy
16
-# TODO: unpin once #5058 is resolved
17
-sympy<1.10
+sympy
18
typing_extensions
19
tqdm
dev_tools/conf/mypy.ini
@@ -17,7 +17,8 @@ follow_imports_for_stubs = true
#Adding "sympy.* or mypy-sympy to the above list (3rd-party libs for which we don't have stubs) doesn't ignore "cannot find module 'sympy' error
[mypy-sympy.*]
20
-ignore_missing_imports = True
+follow_imports = skip
21
+ignore_missing_imports = true
22
23
# Treat symbols imported from Google's protobuf library as type Any.
24
# This supresses errors due to attributes not known to typeshed,
0 commit comments