cirq 1.5.0.dev20250408182640__py3-none-any.whl → 1.5.0.dev20250409021351__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cirq might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: cirq
3
- Version: 1.5.0.dev20250408182640
3
+ Version: 1.5.0.dev20250409021351
4
4
  Summary: A framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
5
5
  Home-page: http://github.com/quantumlib/cirq
6
6
  Author: The Cirq Developers
@@ -29,13 +29,13 @@ Requires-Python: >=3.10.0
29
29
  Description-Content-Type: text/markdown
30
30
  License-File: LICENSE
31
31
  License-File: AUTHORS
32
- Requires-Dist: cirq-aqt==1.5.0.dev20250408182640
33
- Requires-Dist: cirq-core==1.5.0.dev20250408182640
34
- Requires-Dist: cirq-google==1.5.0.dev20250408182640
35
- Requires-Dist: cirq-ionq==1.5.0.dev20250408182640
36
- Requires-Dist: cirq-pasqal==1.5.0.dev20250408182640
37
- Requires-Dist: cirq-web==1.5.0.dev20250408182640
38
- Provides-Extra: dev_env
32
+ Requires-Dist: cirq-aqt==1.5.0.dev20250409021351
33
+ Requires-Dist: cirq-core==1.5.0.dev20250409021351
34
+ Requires-Dist: cirq-google==1.5.0.dev20250409021351
35
+ Requires-Dist: cirq-ionq==1.5.0.dev20250409021351
36
+ Requires-Dist: cirq-pasqal==1.5.0.dev20250409021351
37
+ Requires-Dist: cirq-web==1.5.0.dev20250409021351
38
+ Provides-Extra: dev-env
39
39
  Requires-Dist: mypy==1.15.0; extra == "dev-env"
40
40
  Requires-Dist: types-protobuf>=4.24; extra == "dev-env"
41
41
  Requires-Dist: types-requests~=2.32.0.20241016; extra == "dev-env"
@@ -48,6 +48,7 @@ Requires-Dist: pytest-xdist; extra == "dev-env"
48
48
  Requires-Dist: filelock~=3.1; extra == "dev-env"
49
49
  Requires-Dist: freezegun; extra == "dev-env"
50
50
  Requires-Dist: importlib-metadata; extra == "dev-env"
51
+ Requires-Dist: codeowners; platform_system != "Windows" and extra == "dev-env"
51
52
  Requires-Dist: virtualenv~=20.23; extra == "dev-env"
52
53
  Requires-Dist: virtualenv-clone; extra == "dev-env"
53
54
  Requires-Dist: black==25.1.0; extra == "dev-env"
@@ -63,17 +64,31 @@ Requires-Dist: papermill~=2.6; extra == "dev-env"
63
64
  Requires-Dist: ply>=3.6; extra == "dev-env"
64
65
  Requires-Dist: pylatex~=1.4; extra == "dev-env"
65
66
  Requires-Dist: quimb>=1.8; extra == "dev-env"
66
- Requires-Dist: opt-einsum; extra == "dev-env"
67
+ Requires-Dist: opt_einsum; extra == "dev-env"
67
68
  Requires-Dist: seaborn~=0.12; extra == "dev-env"
68
69
  Requires-Dist: tensorflow-docs==2025.2.19.33219; extra == "dev-env"
69
70
  Requires-Dist: virtualenv; extra == "dev-env"
70
- Requires-Dist: setuptools<77; extra == "dev-env"
71
+ Requires-Dist: setuptools<77,>=70; extra == "dev-env"
71
72
  Requires-Dist: wheel; extra == "dev-env"
72
73
  Requires-Dist: twine; extra == "dev-env"
73
74
  Requires-Dist: asv; extra == "dev-env"
74
75
  Requires-Dist: qiskit-aer~=0.17.0; extra == "dev-env"
75
76
  Requires-Dist: stimcirq; extra == "dev-env"
76
- Requires-Dist: codeowners; platform_system != "Windows" and extra == "dev_env"
77
+ Dynamic: author
78
+ Dynamic: author-email
79
+ Dynamic: classifier
80
+ Dynamic: description
81
+ Dynamic: description-content-type
82
+ Dynamic: home-page
83
+ Dynamic: keywords
84
+ Dynamic: license
85
+ Dynamic: license-file
86
+ Dynamic: maintainer
87
+ Dynamic: maintainer-email
88
+ Dynamic: provides-extra
89
+ Dynamic: requires-dist
90
+ Dynamic: requires-python
91
+ Dynamic: summary
77
92
 
78
93
  # <!-- H1 title omitted because our logo acts as the title. -->
79
94
 
@@ -0,0 +1,6 @@
1
+ cirq-1.5.0.dev20250409021351.dist-info/licenses/AUTHORS,sha256=FyiF0gaNIILE_9q7HDCtKOsTlwNwu0qsTbOAXF67F9A,292
2
+ cirq-1.5.0.dev20250409021351.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
3
+ cirq-1.5.0.dev20250409021351.dist-info/METADATA,sha256=5xemUY9KFnWEAQhbBCvzxLfI5GKWxa2yl8PQ6yJ9HQM,15728
4
+ cirq-1.5.0.dev20250409021351.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
5
+ cirq-1.5.0.dev20250409021351.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
+ cirq-1.5.0.dev20250409021351.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.1)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,6 +0,0 @@
1
- cirq-1.5.0.dev20250408182640.dist-info/AUTHORS,sha256=FyiF0gaNIILE_9q7HDCtKOsTlwNwu0qsTbOAXF67F9A,292
2
- cirq-1.5.0.dev20250408182640.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
3
- cirq-1.5.0.dev20250408182640.dist-info/METADATA,sha256=EPveRB24snqE1Q5jHR8X2Dx00xd58CSGWDJCAr0yR2s,15399
4
- cirq-1.5.0.dev20250408182640.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
5
- cirq-1.5.0.dev20250408182640.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
- cirq-1.5.0.dev20250408182640.dist-info/RECORD,,