13 buildPythonPackage rec {
16 inherit (cirq-core) version src meta;
18 sourceRoot = "${src.name}/${pname}";
24 propagatedBuildInputs = [
40 # Upstream doesn't always adjust the version
44 # cirq's importlib hook doesn't work here
45 #pythonImportsCheck = [ "cirq_ft" ];