qiskit 0.46.2__tar.gz → 0.46.3__tar.gz
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.
- {qiskit-0.46.2/qiskit.egg-info → qiskit-0.46.3}/PKG-INFO +2 -2
- {qiskit-0.46.2 → qiskit-0.46.3/qiskit.egg-info}/PKG-INFO +2 -2
- {qiskit-0.46.2 → qiskit-0.46.3}/qiskit.egg-info/requires.txt +1 -1
- {qiskit-0.46.2 → qiskit-0.46.3}/setup.py +2 -2
- {qiskit-0.46.2 → qiskit-0.46.3}/LICENSE.txt +0 -0
- {qiskit-0.46.2 → qiskit-0.46.3}/MANIFEST.in +0 -0
- {qiskit-0.46.2 → qiskit-0.46.3}/README.md +0 -0
- {qiskit-0.46.2 → qiskit-0.46.3}/qiskit.egg-info/SOURCES.txt +0 -0
- {qiskit-0.46.2 → qiskit-0.46.3}/qiskit.egg-info/dependency_links.txt +0 -0
- {qiskit-0.46.2 → qiskit-0.46.3}/qiskit.egg-info/top_level.txt +0 -0
- {qiskit-0.46.2 → qiskit-0.46.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: qiskit
|
3
|
-
Version: 0.46.
|
3
|
+
Version: 0.46.3
|
4
4
|
Summary: Software for developing quantum computing programs
|
5
5
|
Home-page: https://qiskit.org/
|
6
6
|
Author: Qiskit Development Team
|
@@ -26,7 +26,7 @@ Classifier: Topic :: Scientific/Engineering
|
|
26
26
|
Requires-Python: >=3.8
|
27
27
|
Description-Content-Type: text/markdown
|
28
28
|
License-File: LICENSE.txt
|
29
|
-
Requires-Dist: qiskit-terra==0.46.
|
29
|
+
Requires-Dist: qiskit-terra==0.46.3
|
30
30
|
Provides-Extra: qasm3-import
|
31
31
|
Requires-Dist: qiskit-terra[qasm3-import]; extra == "qasm3-import"
|
32
32
|
Provides-Extra: visualization
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: qiskit
|
3
|
-
Version: 0.46.
|
3
|
+
Version: 0.46.3
|
4
4
|
Summary: Software for developing quantum computing programs
|
5
5
|
Home-page: https://qiskit.org/
|
6
6
|
Author: Qiskit Development Team
|
@@ -26,7 +26,7 @@ Classifier: Topic :: Scientific/Engineering
|
|
26
26
|
Requires-Python: >=3.8
|
27
27
|
Description-Content-Type: text/markdown
|
28
28
|
License-File: LICENSE.txt
|
29
|
-
Requires-Dist: qiskit-terra==0.46.
|
29
|
+
Requires-Dist: qiskit-terra==0.46.3
|
30
30
|
Provides-Extra: qasm3-import
|
31
31
|
Requires-Dist: qiskit-terra[qasm3-import]; extra == "qasm3-import"
|
32
32
|
Provides-Extra: visualization
|
@@ -26,11 +26,11 @@ README_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), "README.m
|
|
26
26
|
with open(README_PATH) as readme_file:
|
27
27
|
README = readme_file.read()
|
28
28
|
|
29
|
-
requirements = ["qiskit-terra==0.46.
|
29
|
+
requirements = ["qiskit-terra==0.46.3"]
|
30
30
|
|
31
31
|
setup(
|
32
32
|
name="qiskit",
|
33
|
-
version="0.46.
|
33
|
+
version="0.46.3",
|
34
34
|
description="Software for developing quantum computing programs",
|
35
35
|
long_description=README,
|
36
36
|
long_description_content_type="text/markdown",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|