pcss-qapi 0.2.0__tar.gz → 0.2.2__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.
Files changed (70) hide show
  1. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/PKG-INFO +3 -3
  2. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/aqt/aqt_resource.py +1 -1
  3. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi.egg-info/PKG-INFO +3 -3
  4. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi.egg-info/requires.txt +2 -2
  5. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pyproject.toml +3 -3
  6. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/uv.lock +149 -139
  7. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/.gitignore +0 -0
  8. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/.gitlab-ci.yml +0 -0
  9. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/.pre-commit-config.yaml +0 -0
  10. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/.python-version +0 -0
  11. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/.vscode/.gitignore +0 -0
  12. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/.vscode/settings.json +0 -0
  13. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/README.md +0 -0
  14. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/.gitignore +0 -0
  15. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/Makefile +0 -0
  16. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/README.md +0 -0
  17. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/_static/css/custom.css +0 -0
  18. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/_static/logo.svg +0 -0
  19. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/_templates/layour.rst +0 -0
  20. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/_templates/module.rst +0 -0
  21. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/_templates/package.rst +0 -0
  22. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/build.sh +0 -0
  23. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/conf.py +0 -0
  24. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/examples.rst +0 -0
  25. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/index.rst +0 -0
  26. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/make.bat +0 -0
  27. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/serve.sh +0 -0
  28. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/docs/tutorials.rst +0 -0
  29. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/examples/orca.ipynb +0 -0
  30. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/examples/orca_dependencyless.ipynb +0 -0
  31. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/examples/orca_pt1.ipynb +0 -0
  32. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/jupyter_execute/tutorials/orca.ipynb +0 -0
  33. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/__init__.py +0 -0
  34. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/api/__init__.py +0 -0
  35. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/api/auth/__init__.py +0 -0
  36. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/api/auth/auth_service.py +0 -0
  37. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/api/auth/oauth_flow.py +0 -0
  38. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/api/connection_base.py +0 -0
  39. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/api/connections.py +0 -0
  40. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/aqt/__init__.py +0 -0
  41. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/aqt/provider.py +0 -0
  42. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/orca/__init__.py +0 -0
  43. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/orca/backend.py +0 -0
  44. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/orca/base.py +0 -0
  45. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/orca/mock_backend.py +0 -0
  46. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/orca/orca_task.py +0 -0
  47. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/orca/provider.py +0 -0
  48. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/orca/ptseries_integration/__init__.py +0 -0
  49. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/orca/ptseries_integration/pt_adapter.py +0 -0
  50. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/utils/__init__.py +0 -0
  51. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/utils/exceptions.py +0 -0
  52. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/utils/fs_manager.py +0 -0
  53. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi/utils/requests.py +0 -0
  54. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi.egg-info/SOURCES.txt +0 -0
  55. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi.egg-info/dependency_links.txt +0 -0
  56. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/pcss_qapi.egg-info/top_level.txt +0 -0
  57. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/set_dev_env.sh +0 -0
  58. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/setup.cfg +0 -0
  59. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/tests/__init__.py +0 -0
  60. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/tests/aqt/__init__.py +0 -0
  61. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/tests/orca/__init__.py +0 -0
  62. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/tests/orca/test_imports.py +0 -0
  63. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/tests/orca/test_integration.py +0 -0
  64. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/tests/orca/test_task.py +0 -0
  65. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/tests/test_auth.py +0 -0
  66. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/tests/utils/__init__.py +0 -0
  67. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/tests/utils/auth.py +0 -0
  68. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/tests/utils/conf.py +0 -0
  69. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/tests/utils/connection.py +0 -0
  70. {pcss_qapi-0.2.0 → pcss_qapi-0.2.2}/tests/utils/orca.py +0 -0
@@ -1,18 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pcss_qapi
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: Python client for pcss quantum api
5
5
  Requires-Python: >=3.11
6
6
  Description-Content-Type: text/markdown
7
- Requires-Dist: numpy==1.26.4
8
7
  Requires-Dist: pyjwt>=2.10.1
9
8
  Requires-Dist: requests>=2.32.3
10
9
  Provides-Extra: orca
10
+ Requires-Dist: numpy; extra == "orca"
11
11
  Requires-Dist: torch>=2.7.0; extra == "orca"
12
12
  Requires-Dist: torchaudio>=2.7.0; extra == "orca"
13
13
  Requires-Dist: torchvision>=0.22.0; extra == "orca"
14
14
  Provides-Extra: aqt
15
- Requires-Dist: qiskit-aqt-provider>=1.10.0; extra == "aqt"
15
+ Requires-Dist: qiskit-aqt-provider==1.14.0; extra == "aqt"
16
16
 
17
17
  # pcss-python-api
18
18
 
@@ -24,7 +24,7 @@ class PCSS_AQTDirectAccessResource(AQTDirectAccessResource):
24
24
  # available_qubits = models_direct.NumIons.model_validate(
25
25
  # http_response_raise_for_status(self._http_client.get("/status/ions")).json()
26
26
  # ).num_ions
27
- available_qubits = 6
27
+ available_qubits = 20
28
28
  self.timeout = 1.0
29
29
 
30
30
  _ResourceBase.__init__(
@@ -1,18 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pcss_qapi
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: Python client for pcss quantum api
5
5
  Requires-Python: >=3.11
6
6
  Description-Content-Type: text/markdown
7
- Requires-Dist: numpy==1.26.4
8
7
  Requires-Dist: pyjwt>=2.10.1
9
8
  Requires-Dist: requests>=2.32.3
10
9
  Provides-Extra: orca
10
+ Requires-Dist: numpy; extra == "orca"
11
11
  Requires-Dist: torch>=2.7.0; extra == "orca"
12
12
  Requires-Dist: torchaudio>=2.7.0; extra == "orca"
13
13
  Requires-Dist: torchvision>=0.22.0; extra == "orca"
14
14
  Provides-Extra: aqt
15
- Requires-Dist: qiskit-aqt-provider>=1.10.0; extra == "aqt"
15
+ Requires-Dist: qiskit-aqt-provider==1.14.0; extra == "aqt"
16
16
 
17
17
  # pcss-python-api
18
18
 
@@ -1,11 +1,11 @@
1
- numpy==1.26.4
2
1
  pyjwt>=2.10.1
3
2
  requests>=2.32.3
4
3
 
5
4
  [aqt]
6
- qiskit-aqt-provider>=1.10.0
5
+ qiskit-aqt-provider==1.14.0
7
6
 
8
7
  [orca]
8
+ numpy
9
9
  torch>=2.7.0
10
10
  torchaudio>=2.7.0
11
11
  torchvision>=0.22.0
@@ -1,23 +1,23 @@
1
1
  [project]
2
2
  name = "pcss_qapi"
3
- version = "0.2.0"
3
+ version = "0.2.2"
4
4
  description = "Python client for pcss quantum api"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
7
7
  dependencies = [
8
- "numpy==1.26.4",
9
8
  "pyjwt>=2.10.1",
10
9
  "requests>=2.32.3",
11
10
  ]
12
11
 
13
12
  [project.optional-dependencies]
14
13
  orca = [
14
+ "numpy",
15
15
  "torch>=2.7.0",
16
16
  "torchaudio>=2.7.0",
17
17
  "torchvision>=0.22.0",
18
18
  ]
19
19
  aqt = [
20
- "qiskit-aqt-provider>=1.10.0",
20
+ "qiskit-aqt-provider==1.14.0",
21
21
  ]
22
22
 
23
23
  [build-system]
@@ -33,13 +33,13 @@ name = "aiohttp"
33
33
  version = "3.13.3"
34
34
  source = { registry = "https://pypi.org/simple" }
35
35
  dependencies = [
36
- { name = "aiohappyeyeballs", marker = "python_full_version < '3.13'" },
37
- { name = "aiosignal", marker = "python_full_version < '3.13'" },
38
- { name = "attrs", marker = "python_full_version < '3.13'" },
39
- { name = "frozenlist", marker = "python_full_version < '3.13'" },
40
- { name = "multidict", marker = "python_full_version < '3.13'" },
41
- { name = "propcache", marker = "python_full_version < '3.13'" },
42
- { name = "yarl", marker = "python_full_version < '3.13'" },
36
+ { name = "aiohappyeyeballs" },
37
+ { name = "aiosignal" },
38
+ { name = "attrs" },
39
+ { name = "frozenlist" },
40
+ { name = "multidict" },
41
+ { name = "propcache" },
42
+ { name = "yarl" },
43
43
  ]
44
44
  sdist = { url = "https://files.pythonhosted.org/packages/50/42/32cf8e7704ceb4481406eb87161349abb46a57fee3f008ba9cb610968646/aiohttp-3.13.3.tar.gz", hash = "sha256:a949eee43d3782f2daae4f4a2819b2cb9b0c5d3b7f7a927067cc84dafdbb9f88", size = 7844556, upload-time = "2026-01-03T17:33:05.204Z" }
45
45
  wheels = [
@@ -135,7 +135,7 @@ name = "aiosignal"
135
135
  version = "1.4.0"
136
136
  source = { registry = "https://pypi.org/simple" }
137
137
  dependencies = [
138
- { name = "frozenlist", marker = "python_full_version < '3.13'" },
138
+ { name = "frozenlist" },
139
139
  { name = "typing-extensions", marker = "python_full_version < '3.13'" },
140
140
  ]
141
141
  sdist = { url = "https://files.pythonhosted.org/packages/61/62/06741b579156360248d1ec624842ad0edf697050bbaf7c3e46394e106ad1/aiosignal-1.4.0.tar.gz", hash = "sha256:f47eecd9468083c2029cc99945502cb7708b082c232f9aca65da147157b251c7", size = 25007, upload-time = "2025-07-03T22:54:43.528Z" }
@@ -198,12 +198,12 @@ name = "aqt-connector"
198
198
  version = "0.1.0"
199
199
  source = { registry = "https://pypi.org/simple" }
200
200
  dependencies = [
201
- { name = "auth0-python", marker = "python_full_version < '3.13'" },
202
- { name = "httpx", marker = "python_full_version < '3.13'" },
203
- { name = "pydantic", marker = "python_full_version < '3.13'" },
204
- { name = "qrcode", marker = "python_full_version < '3.13'" },
205
- { name = "tomli", marker = "python_full_version < '3.13'" },
206
- { name = "typer", marker = "python_full_version < '3.13'" },
201
+ { name = "auth0-python" },
202
+ { name = "httpx" },
203
+ { name = "pydantic" },
204
+ { name = "qrcode" },
205
+ { name = "tomli" },
206
+ { name = "typer" },
207
207
  ]
208
208
  sdist = { url = "https://files.pythonhosted.org/packages/fa/fa/cdd3902914a7a93dbfc6fd81ede2cbda732b5180c3895a369ce3534b52cc/aqt_connector-0.1.0.tar.gz", hash = "sha256:bd2563ba52dc2997128d45ee19da670568e55a0a80e9bcb6468007f906455eb1", size = 143049, upload-time = "2025-11-04T16:17:06.688Z" }
209
209
  wheels = [
@@ -242,11 +242,11 @@ name = "auth0-python"
242
242
  version = "4.13.0"
243
243
  source = { registry = "https://pypi.org/simple" }
244
244
  dependencies = [
245
- { name = "aiohttp", marker = "python_full_version < '3.13'" },
246
- { name = "cryptography", marker = "python_full_version < '3.13'" },
247
- { name = "pyjwt", marker = "python_full_version < '3.13'" },
248
- { name = "requests", marker = "python_full_version < '3.13'" },
249
- { name = "urllib3", marker = "python_full_version < '3.13'" },
245
+ { name = "aiohttp" },
246
+ { name = "cryptography" },
247
+ { name = "pyjwt" },
248
+ { name = "requests" },
249
+ { name = "urllib3" },
250
250
  ]
251
251
  sdist = { url = "https://files.pythonhosted.org/packages/4f/87/3c54624c8fe121a68d36dd9f9158fa6878e4be378487b8f787ddc2fa2f3d/auth0_python-4.13.0.tar.gz", hash = "sha256:72f58bd26b078e3b493e4d24928cc75fa41842aae35cef488ed6f8db0fb701fb", size = 76115, upload-time = "2025-09-17T19:26:31.643Z" }
252
252
  wheels = [
@@ -294,64 +294,12 @@ wheels = [
294
294
  { url = "https://files.pythonhosted.org/packages/38/fc/bce832fd4fd99766c04d1ee0eead6b0ec6486fb100ae5e74c1d91292b982/certifi-2025.1.31-py3-none-any.whl", hash = "sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe", size = 166393, upload-time = "2025-01-31T02:16:45.015Z" },
295
295
  ]
296
296
 
297
- [[package]]
298
- name = "cffi"
299
- version = "1.17.1"
300
- source = { registry = "https://pypi.org/simple" }
301
- resolution-markers = [
302
- "python_full_version >= '3.13'",
303
- ]
304
- dependencies = [
305
- { name = "pycparser", marker = "python_full_version >= '3.13'" },
306
- ]
307
- sdist = { url = "https://files.pythonhosted.org/packages/fc/97/c783634659c2920c3fc70419e3af40972dbaf758daa229a7d6ea6135c90d/cffi-1.17.1.tar.gz", hash = "sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824", size = 516621, upload-time = "2024-09-04T20:45:21.852Z" }
308
- wheels = [
309
- { url = "https://files.pythonhosted.org/packages/6b/f4/927e3a8899e52a27fa57a48607ff7dc91a9ebe97399b357b85a0c7892e00/cffi-1.17.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a45e3c6913c5b87b3ff120dcdc03f6131fa0065027d0ed7ee6190736a74cd401", size = 182264, upload-time = "2024-09-04T20:43:51.124Z" },
310
- { url = "https://files.pythonhosted.org/packages/6c/f5/6c3a8efe5f503175aaddcbea6ad0d2c96dad6f5abb205750d1b3df44ef29/cffi-1.17.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:30c5e0cb5ae493c04c8b42916e52ca38079f1b235c2f8ae5f4527b963c401caf", size = 178651, upload-time = "2024-09-04T20:43:52.872Z" },
311
- { url = "https://files.pythonhosted.org/packages/94/dd/a3f0118e688d1b1a57553da23b16bdade96d2f9bcda4d32e7d2838047ff7/cffi-1.17.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f75c7ab1f9e4aca5414ed4d8e5c0e303a34f4421f8a0d47a4d019ceff0ab6af4", size = 445259, upload-time = "2024-09-04T20:43:56.123Z" },
312
- { url = "https://files.pythonhosted.org/packages/2e/ea/70ce63780f096e16ce8588efe039d3c4f91deb1dc01e9c73a287939c79a6/cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a1ed2dd2972641495a3ec98445e09766f077aee98a1c896dcb4ad0d303628e41", size = 469200, upload-time = "2024-09-04T20:43:57.891Z" },
313
- { url = "https://files.pythonhosted.org/packages/1c/a0/a4fa9f4f781bda074c3ddd57a572b060fa0df7655d2a4247bbe277200146/cffi-1.17.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:46bf43160c1a35f7ec506d254e5c890f3c03648a4dbac12d624e4490a7046cd1", size = 477235, upload-time = "2024-09-04T20:44:00.18Z" },
314
- { url = "https://files.pythonhosted.org/packages/62/12/ce8710b5b8affbcdd5c6e367217c242524ad17a02fe5beec3ee339f69f85/cffi-1.17.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a24ed04c8ffd54b0729c07cee15a81d964e6fee0e3d4d342a27b020d22959dc6", size = 459721, upload-time = "2024-09-04T20:44:01.585Z" },
315
- { url = "https://files.pythonhosted.org/packages/ff/6b/d45873c5e0242196f042d555526f92aa9e0c32355a1be1ff8c27f077fd37/cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:610faea79c43e44c71e1ec53a554553fa22321b65fae24889706c0a84d4ad86d", size = 467242, upload-time = "2024-09-04T20:44:03.467Z" },
316
- { url = "https://files.pythonhosted.org/packages/1a/52/d9a0e523a572fbccf2955f5abe883cfa8bcc570d7faeee06336fbd50c9fc/cffi-1.17.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:a9b15d491f3ad5d692e11f6b71f7857e7835eb677955c00cc0aefcd0669adaf6", size = 477999, upload-time = "2024-09-04T20:44:05.023Z" },
317
- { url = "https://files.pythonhosted.org/packages/44/74/f2a2460684a1a2d00ca799ad880d54652841a780c4c97b87754f660c7603/cffi-1.17.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:de2ea4b5833625383e464549fec1bc395c1bdeeb5f25c4a3a82b5a8c756ec22f", size = 454242, upload-time = "2024-09-04T20:44:06.444Z" },
318
- { url = "https://files.pythonhosted.org/packages/f8/4a/34599cac7dfcd888ff54e801afe06a19c17787dfd94495ab0c8d35fe99fb/cffi-1.17.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:fc48c783f9c87e60831201f2cce7f3b2e4846bf4d8728eabe54d60700b318a0b", size = 478604, upload-time = "2024-09-04T20:44:08.206Z" },
319
- { url = "https://files.pythonhosted.org/packages/34/33/e1b8a1ba29025adbdcda5fb3a36f94c03d771c1b7b12f726ff7fef2ebe36/cffi-1.17.1-cp311-cp311-win32.whl", hash = "sha256:85a950a4ac9c359340d5963966e3e0a94a676bd6245a4b55bc43949eee26a655", size = 171727, upload-time = "2024-09-04T20:44:09.481Z" },
320
- { url = "https://files.pythonhosted.org/packages/3d/97/50228be003bb2802627d28ec0627837ac0bf35c90cf769812056f235b2d1/cffi-1.17.1-cp311-cp311-win_amd64.whl", hash = "sha256:caaf0640ef5f5517f49bc275eca1406b0ffa6aa184892812030f04c2abf589a0", size = 181400, upload-time = "2024-09-04T20:44:10.873Z" },
321
- { url = "https://files.pythonhosted.org/packages/5a/84/e94227139ee5fb4d600a7a4927f322e1d4aea6fdc50bd3fca8493caba23f/cffi-1.17.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:805b4371bf7197c329fcb3ead37e710d1bca9da5d583f5073b799d5c5bd1eee4", size = 183178, upload-time = "2024-09-04T20:44:12.232Z" },
322
- { url = "https://files.pythonhosted.org/packages/da/ee/fb72c2b48656111c4ef27f0f91da355e130a923473bf5ee75c5643d00cca/cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:733e99bc2df47476e3848417c5a4540522f234dfd4ef3ab7fafdf555b082ec0c", size = 178840, upload-time = "2024-09-04T20:44:13.739Z" },
323
- { url = "https://files.pythonhosted.org/packages/cc/b6/db007700f67d151abadf508cbfd6a1884f57eab90b1bb985c4c8c02b0f28/cffi-1.17.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1257bdabf294dceb59f5e70c64a3e2f462c30c7ad68092d01bbbfb1c16b1ba36", size = 454803, upload-time = "2024-09-04T20:44:15.231Z" },
324
- { url = "https://files.pythonhosted.org/packages/1a/df/f8d151540d8c200eb1c6fba8cd0dfd40904f1b0682ea705c36e6c2e97ab3/cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da95af8214998d77a98cc14e3a3bd00aa191526343078b530ceb0bd710fb48a5", size = 478850, upload-time = "2024-09-04T20:44:17.188Z" },
325
- { url = "https://files.pythonhosted.org/packages/28/c0/b31116332a547fd2677ae5b78a2ef662dfc8023d67f41b2a83f7c2aa78b1/cffi-1.17.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d63afe322132c194cf832bfec0dc69a99fb9bb6bbd550f161a49e9e855cc78ff", size = 485729, upload-time = "2024-09-04T20:44:18.688Z" },
326
- { url = "https://files.pythonhosted.org/packages/91/2b/9a1ddfa5c7f13cab007a2c9cc295b70fbbda7cb10a286aa6810338e60ea1/cffi-1.17.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f79fc4fc25f1c8698ff97788206bb3c2598949bfe0fef03d299eb1b5356ada99", size = 471256, upload-time = "2024-09-04T20:44:20.248Z" },
327
- { url = "https://files.pythonhosted.org/packages/b2/d5/da47df7004cb17e4955df6a43d14b3b4ae77737dff8bf7f8f333196717bf/cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b62ce867176a75d03a665bad002af8e6d54644fad99a3c70905c543130e39d93", size = 479424, upload-time = "2024-09-04T20:44:21.673Z" },
328
- { url = "https://files.pythonhosted.org/packages/0b/ac/2a28bcf513e93a219c8a4e8e125534f4f6db03e3179ba1c45e949b76212c/cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:386c8bf53c502fff58903061338ce4f4950cbdcb23e2902d86c0f722b786bbe3", size = 484568, upload-time = "2024-09-04T20:44:23.245Z" },
329
- { url = "https://files.pythonhosted.org/packages/d4/38/ca8a4f639065f14ae0f1d9751e70447a261f1a30fa7547a828ae08142465/cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:4ceb10419a9adf4460ea14cfd6bc43d08701f0835e979bf821052f1805850fe8", size = 488736, upload-time = "2024-09-04T20:44:24.757Z" },
330
- { url = "https://files.pythonhosted.org/packages/86/c5/28b2d6f799ec0bdecf44dced2ec5ed43e0eb63097b0f58c293583b406582/cffi-1.17.1-cp312-cp312-win32.whl", hash = "sha256:a08d7e755f8ed21095a310a693525137cfe756ce62d066e53f502a83dc550f65", size = 172448, upload-time = "2024-09-04T20:44:26.208Z" },
331
- { url = "https://files.pythonhosted.org/packages/50/b9/db34c4755a7bd1cb2d1603ac3863f22bcecbd1ba29e5ee841a4bc510b294/cffi-1.17.1-cp312-cp312-win_amd64.whl", hash = "sha256:51392eae71afec0d0c8fb1a53b204dbb3bcabcb3c9b807eedf3e1e6ccf2de903", size = 181976, upload-time = "2024-09-04T20:44:27.578Z" },
332
- { url = "https://files.pythonhosted.org/packages/8d/f8/dd6c246b148639254dad4d6803eb6a54e8c85c6e11ec9df2cffa87571dbe/cffi-1.17.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f3a2b4222ce6b60e2e8b337bb9596923045681d71e5a082783484d845390938e", size = 182989, upload-time = "2024-09-04T20:44:28.956Z" },
333
- { url = "https://files.pythonhosted.org/packages/8b/f1/672d303ddf17c24fc83afd712316fda78dc6fce1cd53011b839483e1ecc8/cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0984a4925a435b1da406122d4d7968dd861c1385afe3b45ba82b750f229811e2", size = 178802, upload-time = "2024-09-04T20:44:30.289Z" },
334
- { url = "https://files.pythonhosted.org/packages/0e/2d/eab2e858a91fdff70533cab61dcff4a1f55ec60425832ddfdc9cd36bc8af/cffi-1.17.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d01b12eeeb4427d3110de311e1774046ad344f5b1a7403101878976ecd7a10f3", size = 454792, upload-time = "2024-09-04T20:44:32.01Z" },
335
- { url = "https://files.pythonhosted.org/packages/75/b2/fbaec7c4455c604e29388d55599b99ebcc250a60050610fadde58932b7ee/cffi-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:706510fe141c86a69c8ddc029c7910003a17353970cff3b904ff0686a5927683", size = 478893, upload-time = "2024-09-04T20:44:33.606Z" },
336
- { url = "https://files.pythonhosted.org/packages/4f/b7/6e4a2162178bf1935c336d4da8a9352cccab4d3a5d7914065490f08c0690/cffi-1.17.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:de55b766c7aa2e2a3092c51e0483d700341182f08e67c63630d5b6f200bb28e5", size = 485810, upload-time = "2024-09-04T20:44:35.191Z" },
337
- { url = "https://files.pythonhosted.org/packages/c7/8a/1d0e4a9c26e54746dc08c2c6c037889124d4f59dffd853a659fa545f1b40/cffi-1.17.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c59d6e989d07460165cc5ad3c61f9fd8f1b4796eacbd81cee78957842b834af4", size = 471200, upload-time = "2024-09-04T20:44:36.743Z" },
338
- { url = "https://files.pythonhosted.org/packages/26/9f/1aab65a6c0db35f43c4d1b4f580e8df53914310afc10ae0397d29d697af4/cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd398dbc6773384a17fe0d3e7eeb8d1a21c2200473ee6806bb5e6a8e62bb73dd", size = 479447, upload-time = "2024-09-04T20:44:38.492Z" },
339
- { url = "https://files.pythonhosted.org/packages/5f/e4/fb8b3dd8dc0e98edf1135ff067ae070bb32ef9d509d6cb0f538cd6f7483f/cffi-1.17.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:3edc8d958eb099c634dace3c7e16560ae474aa3803a5df240542b305d14e14ed", size = 484358, upload-time = "2024-09-04T20:44:40.046Z" },
340
- { url = "https://files.pythonhosted.org/packages/f1/47/d7145bf2dc04684935d57d67dff9d6d795b2ba2796806bb109864be3a151/cffi-1.17.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:72e72408cad3d5419375fc87d289076ee319835bdfa2caad331e377589aebba9", size = 488469, upload-time = "2024-09-04T20:44:41.616Z" },
341
- { url = "https://files.pythonhosted.org/packages/bf/ee/f94057fa6426481d663b88637a9a10e859e492c73d0384514a17d78ee205/cffi-1.17.1-cp313-cp313-win32.whl", hash = "sha256:e03eab0a8677fa80d646b5ddece1cbeaf556c313dcfac435ba11f107ba117b5d", size = 172475, upload-time = "2024-09-04T20:44:43.733Z" },
342
- { url = "https://files.pythonhosted.org/packages/7c/fc/6a8cb64e5f0324877d503c854da15d76c1e50eb722e320b15345c4d0c6de/cffi-1.17.1-cp313-cp313-win_amd64.whl", hash = "sha256:f6a16c31041f09ead72d69f583767292f750d24913dadacf5756b966aacb3f1a", size = 182009, upload-time = "2024-09-04T20:44:45.309Z" },
343
- ]
344
-
345
297
  [[package]]
346
298
  name = "cffi"
347
299
  version = "2.0.0"
348
300
  source = { registry = "https://pypi.org/simple" }
349
- resolution-markers = [
350
- "python_full_version == '3.12.*'",
351
- "python_full_version < '3.12'",
352
- ]
353
301
  dependencies = [
354
- { name = "pycparser", marker = "python_full_version < '3.13' and implementation_name != 'PyPy'" },
302
+ { name = "pycparser", marker = "implementation_name != 'PyPy'" },
355
303
  ]
356
304
  sdist = { url = "https://files.pythonhosted.org/packages/eb/56/b1ba7935a17738ae8453301356628e8147c79dbb825bcbc73dc7401f9846/cffi-2.0.0.tar.gz", hash = "sha256:44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529", size = 523588, upload-time = "2025-09-08T23:24:04.541Z" }
357
305
  wheels = [
@@ -570,7 +518,7 @@ name = "cryptography"
570
518
  version = "46.0.5"
571
519
  source = { registry = "https://pypi.org/simple" }
572
520
  dependencies = [
573
- { name = "cffi", version = "2.0.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.13' and platform_python_implementation != 'PyPy'" },
521
+ { name = "cffi", marker = "platform_python_implementation != 'PyPy'" },
574
522
  ]
575
523
  sdist = { url = "https://files.pythonhosted.org/packages/60/04/ee2a9e8542e4fa2773b81771ff8349ff19cdd56b7258a0cc442639052edb/cryptography-46.0.5.tar.gz", hash = "sha256:abace499247268e3757271b2f1e244b36b06f8515cf27c4d49468fc9eb16e93d", size = 750064, upload-time = "2026-02-10T19:18:38.255Z" }
576
524
  wheels = [
@@ -1439,6 +1387,10 @@ wheels = [
1439
1387
  name = "numpy"
1440
1388
  version = "1.26.4"
1441
1389
  source = { registry = "https://pypi.org/simple" }
1390
+ resolution-markers = [
1391
+ "python_full_version == '3.12.*'",
1392
+ "python_full_version < '3.12'",
1393
+ ]
1442
1394
  sdist = { url = "https://files.pythonhosted.org/packages/65/6e/09db70a523a96d25e115e71cc56a6f9031e7b8cd166c1ac8438307c14058/numpy-1.26.4.tar.gz", hash = "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010", size = 15786129, upload-time = "2024-02-06T00:26:44.495Z" }
1443
1395
  wheels = [
1444
1396
  { url = "https://files.pythonhosted.org/packages/11/57/baae43d14fe163fa0e4c47f307b6b2511ab8d7d30177c491960504252053/numpy-1.26.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71", size = 20630554, upload-time = "2024-02-05T23:51:50.149Z" },
@@ -1459,6 +1411,88 @@ wheels = [
1459
1411
  { url = "https://files.pythonhosted.org/packages/16/2e/86f24451c2d530c88daf997cb8d6ac622c1d40d19f5a031ed68a4b73a374/numpy-1.26.4-cp312-cp312-win_amd64.whl", hash = "sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818", size = 15517754, upload-time = "2024-02-05T23:58:36.364Z" },
1460
1412
  ]
1461
1413
 
1414
+ [[package]]
1415
+ name = "numpy"
1416
+ version = "2.4.4"
1417
+ source = { registry = "https://pypi.org/simple" }
1418
+ resolution-markers = [
1419
+ "python_full_version >= '3.13'",
1420
+ ]
1421
+ sdist = { url = "https://files.pythonhosted.org/packages/d7/9f/b8cef5bffa569759033adda9481211426f12f53299629b410340795c2514/numpy-2.4.4.tar.gz", hash = "sha256:2d390634c5182175533585cc89f3608a4682ccb173cc9bb940b2881c8d6f8fa0", size = 20731587, upload-time = "2026-03-29T13:22:01.298Z" }
1422
+ wheels = [
1423
+ { url = "https://files.pythonhosted.org/packages/ef/c6/4218570d8c8ecc9704b5157a3348e486e84ef4be0ed3e38218ab473c83d2/numpy-2.4.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:f983334aea213c99992053ede6168500e5f086ce74fbc4acc3f2b00f5762e9db", size = 16976799, upload-time = "2026-03-29T13:18:15.438Z" },
1424
+ { url = "https://files.pythonhosted.org/packages/dd/92/b4d922c4a5f5dab9ed44e6153908a5c665b71acf183a83b93b690996e39b/numpy-2.4.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:72944b19f2324114e9dc86a159787333b77874143efcf89a5167ef83cfee8af0", size = 14971552, upload-time = "2026-03-29T13:18:18.606Z" },
1425
+ { url = "https://files.pythonhosted.org/packages/8a/dc/df98c095978fa6ee7b9a9387d1d58cbb3d232d0e69ad169a4ce784bde4fd/numpy-2.4.4-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:86b6f55f5a352b48d7fbfd2dbc3d5b780b2d79f4d3c121f33eb6efb22e9a2015", size = 5476566, upload-time = "2026-03-29T13:18:21.532Z" },
1426
+ { url = "https://files.pythonhosted.org/packages/28/34/b3fdcec6e725409223dd27356bdf5a3c2cc2282e428218ecc9cb7acc9763/numpy-2.4.4-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:ba1f4fc670ed79f876f70082eff4f9583c15fb9a4b89d6188412de4d18ae2f40", size = 6806482, upload-time = "2026-03-29T13:18:23.634Z" },
1427
+ { url = "https://files.pythonhosted.org/packages/68/62/63417c13aa35d57bee1337c67446761dc25ea6543130cf868eace6e8157b/numpy-2.4.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8a87ec22c87be071b6bdbd27920b129b94f2fc964358ce38f3822635a3e2e03d", size = 15973376, upload-time = "2026-03-29T13:18:26.677Z" },
1428
+ { url = "https://files.pythonhosted.org/packages/cf/c5/9fcb7e0e69cef59cf10c746b84f7d58b08bc66a6b7d459783c5a4f6101a6/numpy-2.4.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:df3775294accfdd75f32c74ae39fcba920c9a378a2fc18a12b6820aa8c1fb502", size = 16925137, upload-time = "2026-03-29T13:18:30.14Z" },
1429
+ { url = "https://files.pythonhosted.org/packages/7e/43/80020edacb3f84b9efdd1591120a4296462c23fd8db0dde1666f6ef66f13/numpy-2.4.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:0d4e437e295f18ec29bc79daf55e8a47a9113df44d66f702f02a293d93a2d6dd", size = 17329414, upload-time = "2026-03-29T13:18:33.733Z" },
1430
+ { url = "https://files.pythonhosted.org/packages/fd/06/af0658593b18a5f73532d377188b964f239eb0894e664a6c12f484472f97/numpy-2.4.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:6aa3236c78803afbcb255045fbef97a9e25a1f6c9888357d205ddc42f4d6eba5", size = 18658397, upload-time = "2026-03-29T13:18:37.511Z" },
1431
+ { url = "https://files.pythonhosted.org/packages/e6/ce/13a09ed65f5d0ce5c7dd0669250374c6e379910f97af2c08c57b0608eee4/numpy-2.4.4-cp311-cp311-win32.whl", hash = "sha256:30caa73029a225b2d40d9fae193e008e24b2026b7ee1a867b7ee8d96ca1a448e", size = 6239499, upload-time = "2026-03-29T13:18:40.372Z" },
1432
+ { url = "https://files.pythonhosted.org/packages/bd/63/05d193dbb4b5eec1eca73822d80da98b511f8328ad4ae3ca4caf0f4db91d/numpy-2.4.4-cp311-cp311-win_amd64.whl", hash = "sha256:6bbe4eb67390b0a0265a2c25458f6b90a409d5d069f1041e6aff1e27e3d9a79e", size = 12614257, upload-time = "2026-03-29T13:18:42.95Z" },
1433
+ { url = "https://files.pythonhosted.org/packages/87/c5/8168052f080c26fa984c413305012be54741c9d0d74abd7fbeeccae3889f/numpy-2.4.4-cp311-cp311-win_arm64.whl", hash = "sha256:fcfe2045fd2e8f3cb0ce9d4ba6dba6333b8fa05bb8a4939c908cd43322d14c7e", size = 10486775, upload-time = "2026-03-29T13:18:45.835Z" },
1434
+ { url = "https://files.pythonhosted.org/packages/28/05/32396bec30fb2263770ee910142f49c1476d08e8ad41abf8403806b520ce/numpy-2.4.4-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:15716cfef24d3a9762e3acdf87e27f58dc823d1348f765bbea6bef8c639bfa1b", size = 16689272, upload-time = "2026-03-29T13:18:49.223Z" },
1435
+ { url = "https://files.pythonhosted.org/packages/c5/f3/a983d28637bfcd763a9c7aafdb6d5c0ebf3d487d1e1459ffdb57e2f01117/numpy-2.4.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:23cbfd4c17357c81021f21540da84ee282b9c8fba38a03b7b9d09ba6b951421e", size = 14699573, upload-time = "2026-03-29T13:18:52.629Z" },
1436
+ { url = "https://files.pythonhosted.org/packages/9b/fd/e5ecca1e78c05106d98028114f5c00d3eddb41207686b2b7de3e477b0e22/numpy-2.4.4-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:8b3b60bb7cba2c8c81837661c488637eee696f59a877788a396d33150c35d842", size = 5204782, upload-time = "2026-03-29T13:18:55.579Z" },
1437
+ { url = "https://files.pythonhosted.org/packages/de/2f/702a4594413c1a8632092beae8aba00f1d67947389369b3777aed783fdca/numpy-2.4.4-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:e4a010c27ff6f210ff4c6ef34394cd61470d01014439b192ec22552ee867f2a8", size = 6552038, upload-time = "2026-03-29T13:18:57.769Z" },
1438
+ { url = "https://files.pythonhosted.org/packages/7f/37/eed308a8f56cba4d1fdf467a4fc67ef4ff4bf1c888f5fc980481890104b1/numpy-2.4.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f9e75681b59ddaa5e659898085ae0eaea229d054f2ac0c7e563a62205a700121", size = 15670666, upload-time = "2026-03-29T13:19:00.341Z" },
1439
+ { url = "https://files.pythonhosted.org/packages/0a/0d/0e3ecece05b7a7e87ab9fb587855548da437a061326fff64a223b6dcb78a/numpy-2.4.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:81f4a14bee47aec54f883e0cad2d73986640c1590eb9bfaaba7ad17394481e6e", size = 16645480, upload-time = "2026-03-29T13:19:03.63Z" },
1440
+ { url = "https://files.pythonhosted.org/packages/34/49/f2312c154b82a286758ee2f1743336d50651f8b5195db18cdb63675ff649/numpy-2.4.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:62d6b0f03b694173f9fcb1fb317f7222fd0b0b103e784c6549f5e53a27718c44", size = 17020036, upload-time = "2026-03-29T13:19:07.428Z" },
1441
+ { url = "https://files.pythonhosted.org/packages/7b/e9/736d17bd77f1b0ec4f9901aaec129c00d59f5d84d5e79bba540ef12c2330/numpy-2.4.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:fbc356aae7adf9e6336d336b9c8111d390a05df88f1805573ebb0807bd06fd1d", size = 18368643, upload-time = "2026-03-29T13:19:10.775Z" },
1442
+ { url = "https://files.pythonhosted.org/packages/63/f6/d417977c5f519b17c8a5c3bc9e8304b0908b0e21136fe43bf628a1343914/numpy-2.4.4-cp312-cp312-win32.whl", hash = "sha256:0d35aea54ad1d420c812bfa0385c71cd7cc5bcf7c65fed95fc2cd02fe8c79827", size = 5961117, upload-time = "2026-03-29T13:19:13.464Z" },
1443
+ { url = "https://files.pythonhosted.org/packages/2d/5b/e1deebf88ff431b01b7406ca3583ab2bbb90972bbe1c568732e49c844f7e/numpy-2.4.4-cp312-cp312-win_amd64.whl", hash = "sha256:b5f0362dc928a6ecd9db58868fca5e48485205e3855957bdedea308f8672ea4a", size = 12320584, upload-time = "2026-03-29T13:19:16.155Z" },
1444
+ { url = "https://files.pythonhosted.org/packages/58/89/e4e856ac82a68c3ed64486a544977d0e7bdd18b8da75b78a577ca31c4395/numpy-2.4.4-cp312-cp312-win_arm64.whl", hash = "sha256:846300f379b5b12cc769334464656bc882e0735d27d9726568bc932fdc49d5ec", size = 10221450, upload-time = "2026-03-29T13:19:18.994Z" },
1445
+ { url = "https://files.pythonhosted.org/packages/14/1d/d0a583ce4fefcc3308806a749a536c201ed6b5ad6e1322e227ee4848979d/numpy-2.4.4-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:08f2e31ed5e6f04b118e49821397f12767934cfdd12a1ce86a058f91e004ee50", size = 16684933, upload-time = "2026-03-29T13:19:22.47Z" },
1446
+ { url = "https://files.pythonhosted.org/packages/c1/62/2b7a48fbb745d344742c0277f01286dead15f3f68e4f359fbfcf7b48f70f/numpy-2.4.4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:e823b8b6edc81e747526f70f71a9c0a07ac4e7ad13020aa736bb7c9d67196115", size = 14694532, upload-time = "2026-03-29T13:19:25.581Z" },
1447
+ { url = "https://files.pythonhosted.org/packages/e5/87/499737bfba066b4a3bebff24a8f1c5b2dee410b209bc6668c9be692580f0/numpy-2.4.4-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:4a19d9dba1a76618dd86b164d608566f393f8ec6ac7c44f0cc879011c45e65af", size = 5199661, upload-time = "2026-03-29T13:19:28.31Z" },
1448
+ { url = "https://files.pythonhosted.org/packages/cd/da/464d551604320d1491bc345efed99b4b7034143a85787aab78d5691d5a0e/numpy-2.4.4-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:d2a8490669bfe99a233298348acc2d824d496dee0e66e31b66a6022c2ad74a5c", size = 6547539, upload-time = "2026-03-29T13:19:30.97Z" },
1449
+ { url = "https://files.pythonhosted.org/packages/7d/90/8d23e3b0dafd024bf31bdec225b3bb5c2dbfa6912f8a53b8659f21216cbf/numpy-2.4.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:45dbed2ab436a9e826e302fcdcbe9133f9b0006e5af7168afb8963a6520da103", size = 15668806, upload-time = "2026-03-29T13:19:33.887Z" },
1450
+ { url = "https://files.pythonhosted.org/packages/d1/73/a9d864e42a01896bb5974475438f16086be9ba1f0d19d0bb7a07427c4a8b/numpy-2.4.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c901b15172510173f5cb310eae652908340f8dede90fff9e3bf6c0d8dfd92f83", size = 16632682, upload-time = "2026-03-29T13:19:37.336Z" },
1451
+ { url = "https://files.pythonhosted.org/packages/34/fb/14570d65c3bde4e202a031210475ae9cde9b7686a2e7dc97ee67d2833b35/numpy-2.4.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:99d838547ace2c4aace6c4f76e879ddfe02bb58a80c1549928477862b7a6d6ed", size = 17019810, upload-time = "2026-03-29T13:19:40.963Z" },
1452
+ { url = "https://files.pythonhosted.org/packages/8a/77/2ba9d87081fd41f6d640c83f26fb7351e536b7ce6dd9061b6af5904e8e46/numpy-2.4.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:0aec54fd785890ecca25a6003fd9a5aed47ad607bbac5cd64f836ad8666f4959", size = 18357394, upload-time = "2026-03-29T13:19:44.859Z" },
1453
+ { url = "https://files.pythonhosted.org/packages/a2/23/52666c9a41708b0853fa3b1a12c90da38c507a3074883823126d4e9d5b30/numpy-2.4.4-cp313-cp313-win32.whl", hash = "sha256:07077278157d02f65c43b1b26a3886bce886f95d20aabd11f87932750dfb14ed", size = 5959556, upload-time = "2026-03-29T13:19:47.661Z" },
1454
+ { url = "https://files.pythonhosted.org/packages/57/fb/48649b4971cde70d817cf97a2a2fdc0b4d8308569f1dd2f2611959d2e0cf/numpy-2.4.4-cp313-cp313-win_amd64.whl", hash = "sha256:5c70f1cc1c4efbe316a572e2d8b9b9cc44e89b95f79ca3331553fbb63716e2bf", size = 12317311, upload-time = "2026-03-29T13:19:50.67Z" },
1455
+ { url = "https://files.pythonhosted.org/packages/ba/d8/11490cddd564eb4de97b4579ef6bfe6a736cc07e94c1598590ae25415e01/numpy-2.4.4-cp313-cp313-win_arm64.whl", hash = "sha256:ef4059d6e5152fa1a39f888e344c73fdc926e1b2dd58c771d67b0acfbf2aa67d", size = 10222060, upload-time = "2026-03-29T13:19:54.229Z" },
1456
+ { url = "https://files.pythonhosted.org/packages/99/5d/dab4339177a905aad3e2221c915b35202f1ec30d750dd2e5e9d9a72b804b/numpy-2.4.4-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:4bbc7f303d125971f60ec0aaad5e12c62d0d2c925f0ab1273debd0e4ba37aba5", size = 14822302, upload-time = "2026-03-29T13:19:57.585Z" },
1457
+ { url = "https://files.pythonhosted.org/packages/eb/e4/0564a65e7d3d97562ed6f9b0fd0fb0a6f559ee444092f105938b50043876/numpy-2.4.4-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:4d6d57903571f86180eb98f8f0c839fa9ebbfb031356d87f1361be91e433f5b7", size = 5327407, upload-time = "2026-03-29T13:20:00.601Z" },
1458
+ { url = "https://files.pythonhosted.org/packages/29/8d/35a3a6ce5ad371afa58b4700f1c820f8f279948cca32524e0a695b0ded83/numpy-2.4.4-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:4636de7fd195197b7535f231b5de9e4b36d2c440b6e566d2e4e4746e6af0ca93", size = 6647631, upload-time = "2026-03-29T13:20:02.855Z" },
1459
+ { url = "https://files.pythonhosted.org/packages/f4/da/477731acbd5a58a946c736edfdabb2ac5b34c3d08d1ba1a7b437fa0884df/numpy-2.4.4-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ad2e2ef14e0b04e544ea2fa0a36463f847f113d314aa02e5b402fdf910ef309e", size = 15727691, upload-time = "2026-03-29T13:20:06.004Z" },
1460
+ { url = "https://files.pythonhosted.org/packages/e6/db/338535d9b152beabeb511579598418ba0212ce77cf9718edd70262cc4370/numpy-2.4.4-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5a285b3b96f951841799528cd1f4f01cd70e7e0204b4abebac9463eecfcf2a40", size = 16681241, upload-time = "2026-03-29T13:20:09.417Z" },
1461
+ { url = "https://files.pythonhosted.org/packages/e2/a9/ad248e8f58beb7a0219b413c9c7d8151c5d285f7f946c3e26695bdbbe2df/numpy-2.4.4-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:f8474c4241bc18b750be2abea9d7a9ec84f46ef861dbacf86a4f6e043401f79e", size = 17085767, upload-time = "2026-03-29T13:20:13.126Z" },
1462
+ { url = "https://files.pythonhosted.org/packages/b5/1a/3b88ccd3694681356f70da841630e4725a7264d6a885c8d442a697e1146b/numpy-2.4.4-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:4e874c976154687c1f71715b034739b45c7711bec81db01914770373d125e392", size = 18403169, upload-time = "2026-03-29T13:20:17.096Z" },
1463
+ { url = "https://files.pythonhosted.org/packages/c2/c9/fcfd5d0639222c6eac7f304829b04892ef51c96a75d479214d77e3ce6e33/numpy-2.4.4-cp313-cp313t-win32.whl", hash = "sha256:9c585a1790d5436a5374bac930dad6ed244c046ed91b2b2a3634eb2971d21008", size = 6083477, upload-time = "2026-03-29T13:20:20.195Z" },
1464
+ { url = "https://files.pythonhosted.org/packages/d5/e3/3938a61d1c538aaec8ed6fd6323f57b0c2d2d2219512434c5c878db76553/numpy-2.4.4-cp313-cp313t-win_amd64.whl", hash = "sha256:93e15038125dc1e5345d9b5b68aa7f996ec33b98118d18c6ca0d0b7d6198b7e8", size = 12457487, upload-time = "2026-03-29T13:20:22.946Z" },
1465
+ { url = "https://files.pythonhosted.org/packages/97/6a/7e345032cc60501721ef94e0e30b60f6b0bd601f9174ebd36389a2b86d40/numpy-2.4.4-cp313-cp313t-win_arm64.whl", hash = "sha256:0dfd3f9d3adbe2920b68b5cd3d51444e13a10792ec7154cd0a2f6e74d4ab3233", size = 10292002, upload-time = "2026-03-29T13:20:25.909Z" },
1466
+ { url = "https://files.pythonhosted.org/packages/6e/06/c54062f85f673dd5c04cbe2f14c3acb8c8b95e3384869bb8cc9bff8cb9df/numpy-2.4.4-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:f169b9a863d34f5d11b8698ead99febeaa17a13ca044961aa8e2662a6c7766a0", size = 16684353, upload-time = "2026-03-29T13:20:29.504Z" },
1467
+ { url = "https://files.pythonhosted.org/packages/4c/39/8a320264a84404c74cc7e79715de85d6130fa07a0898f67fb5cd5bd79908/numpy-2.4.4-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:2483e4584a1cb3092da4470b38866634bafb223cbcd551ee047633fd2584599a", size = 14704914, upload-time = "2026-03-29T13:20:33.547Z" },
1468
+ { url = "https://files.pythonhosted.org/packages/91/fb/287076b2614e1d1044235f50f03748f31fa287e3dbe6abeb35cdfa351eca/numpy-2.4.4-cp314-cp314-macosx_14_0_arm64.whl", hash = "sha256:2d19e6e2095506d1736b7d80595e0f252d76b89f5e715c35e06e937679ea7d7a", size = 5210005, upload-time = "2026-03-29T13:20:36.45Z" },
1469
+ { url = "https://files.pythonhosted.org/packages/63/eb/fcc338595309910de6ecabfcef2419a9ce24399680bfb149421fa2df1280/numpy-2.4.4-cp314-cp314-macosx_14_0_x86_64.whl", hash = "sha256:6a246d5914aa1c820c9443ddcee9c02bec3e203b0c080349533fae17727dfd1b", size = 6544974, upload-time = "2026-03-29T13:20:39.014Z" },
1470
+ { url = "https://files.pythonhosted.org/packages/44/5d/e7e9044032a716cdfaa3fba27a8e874bf1c5f1912a1ddd4ed071bf8a14a6/numpy-2.4.4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:989824e9faf85f96ec9c7761cd8d29c531ad857bfa1daa930cba85baaecf1a9a", size = 15684591, upload-time = "2026-03-29T13:20:42.146Z" },
1471
+ { url = "https://files.pythonhosted.org/packages/98/7c/21252050676612625449b4807d6b695b9ce8a7c9e1c197ee6216c8a65c7c/numpy-2.4.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:27a8d92cd10f1382a67d7cf4db7ce18341b66438bdd9f691d7b0e48d104c2a9d", size = 16637700, upload-time = "2026-03-29T13:20:46.204Z" },
1472
+ { url = "https://files.pythonhosted.org/packages/b1/29/56d2bbef9465db24ef25393383d761a1af4f446a1df9b8cded4fe3a5a5d7/numpy-2.4.4-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:e44319a2953c738205bf3354537979eaa3998ed673395b964c1176083dd46252", size = 17035781, upload-time = "2026-03-29T13:20:50.242Z" },
1473
+ { url = "https://files.pythonhosted.org/packages/e3/2b/a35a6d7589d21f44cea7d0a98de5ddcbb3d421b2622a5c96b1edf18707c3/numpy-2.4.4-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:e892aff75639bbef0d2a2cfd55535510df26ff92f63c92cd84ef8d4ba5a5557f", size = 18362959, upload-time = "2026-03-29T13:20:54.019Z" },
1474
+ { url = "https://files.pythonhosted.org/packages/64/c9/d52ec581f2390e0f5f85cbfd80fb83d965fc15e9f0e1aec2195faa142cde/numpy-2.4.4-cp314-cp314-win32.whl", hash = "sha256:1378871da56ca8943c2ba674530924bb8ca40cd228358a3b5f302ad60cf875fc", size = 6008768, upload-time = "2026-03-29T13:20:56.912Z" },
1475
+ { url = "https://files.pythonhosted.org/packages/fa/22/4cc31a62a6c7b74a8730e31a4274c5dc80e005751e277a2ce38e675e4923/numpy-2.4.4-cp314-cp314-win_amd64.whl", hash = "sha256:715d1c092715954784bc79e1174fc2a90093dc4dc84ea15eb14dad8abdcdeb74", size = 12449181, upload-time = "2026-03-29T13:20:59.548Z" },
1476
+ { url = "https://files.pythonhosted.org/packages/70/2e/14cda6f4d8e396c612d1bf97f22958e92148801d7e4f110cabebdc0eef4b/numpy-2.4.4-cp314-cp314-win_arm64.whl", hash = "sha256:2c194dd721e54ecad9ad387c1d35e63dce5c4450c6dc7dd5611283dda239aabb", size = 10496035, upload-time = "2026-03-29T13:21:02.524Z" },
1477
+ { url = "https://files.pythonhosted.org/packages/b1/e8/8fed8c8d848d7ecea092dc3469643f9d10bc3a134a815a3b033da1d2039b/numpy-2.4.4-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:2aa0613a5177c264ff5921051a5719d20095ea586ca88cc802c5c218d1c67d3e", size = 14824958, upload-time = "2026-03-29T13:21:05.671Z" },
1478
+ { url = "https://files.pythonhosted.org/packages/05/1a/d8007a5138c179c2bf33ef44503e83d70434d2642877ee8fbb230e7c0548/numpy-2.4.4-cp314-cp314t-macosx_14_0_arm64.whl", hash = "sha256:42c16925aa5a02362f986765f9ebabf20de75cdefdca827d14315c568dcab113", size = 5330020, upload-time = "2026-03-29T13:21:08.635Z" },
1479
+ { url = "https://files.pythonhosted.org/packages/99/64/ffb99ac6ae93faf117bcbd5c7ba48a7f45364a33e8e458545d3633615dda/numpy-2.4.4-cp314-cp314t-macosx_14_0_x86_64.whl", hash = "sha256:874f200b2a981c647340f841730fc3a2b54c9d940566a3c4149099591e2c4c3d", size = 6650758, upload-time = "2026-03-29T13:21:10.949Z" },
1480
+ { url = "https://files.pythonhosted.org/packages/6e/6e/795cc078b78a384052e73b2f6281ff7a700e9bf53bcce2ee579d4f6dd879/numpy-2.4.4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c9b39d38a9bd2ae1becd7eac1303d031c5c110ad31f2b319c6e7d98b135c934d", size = 15729948, upload-time = "2026-03-29T13:21:14.047Z" },
1481
+ { url = "https://files.pythonhosted.org/packages/5f/86/2acbda8cc2af5f3d7bfc791192863b9e3e19674da7b5e533fded124d1299/numpy-2.4.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b268594bccac7d7cf5844c7732e3f20c50921d94e36d7ec9b79e9857694b1b2f", size = 16679325, upload-time = "2026-03-29T13:21:17.561Z" },
1482
+ { url = "https://files.pythonhosted.org/packages/bc/59/cafd83018f4aa55e0ac6fa92aa066c0a1877b77a615ceff1711c260ffae8/numpy-2.4.4-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:ac6b31e35612a26483e20750126d30d0941f949426974cace8e6b5c58a3657b0", size = 17084883, upload-time = "2026-03-29T13:21:21.106Z" },
1483
+ { url = "https://files.pythonhosted.org/packages/f0/85/a42548db84e65ece46ab2caea3d3f78b416a47af387fcbb47ec28e660dc2/numpy-2.4.4-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:8e3ed142f2728df44263aaf5fb1f5b0b99f4070c553a0d7f033be65338329150", size = 18403474, upload-time = "2026-03-29T13:21:24.828Z" },
1484
+ { url = "https://files.pythonhosted.org/packages/ed/ad/483d9e262f4b831000062e5d8a45e342166ec8aaa1195264982bca267e62/numpy-2.4.4-cp314-cp314t-win32.whl", hash = "sha256:dddbbd259598d7240b18c9d87c56a9d2fb3b02fe266f49a7c101532e78c1d871", size = 6155500, upload-time = "2026-03-29T13:21:28.205Z" },
1485
+ { url = "https://files.pythonhosted.org/packages/c7/03/2fc4e14c7bd4ff2964b74ba90ecb8552540b6315f201df70f137faa5c589/numpy-2.4.4-cp314-cp314t-win_amd64.whl", hash = "sha256:a7164afb23be6e37ad90b2f10426149fd75aee07ca55653d2aa41e66c4ef697e", size = 12637755, upload-time = "2026-03-29T13:21:31.107Z" },
1486
+ { url = "https://files.pythonhosted.org/packages/58/78/548fb8e07b1a341746bfbecb32f2c268470f45fa028aacdbd10d9bc73aab/numpy-2.4.4-cp314-cp314t-win_arm64.whl", hash = "sha256:ba203255017337d39f89bdd58417f03c4426f12beed0440cfd933cb15f8669c7", size = 10566643, upload-time = "2026-03-29T13:21:34.339Z" },
1487
+ { url = "https://files.pythonhosted.org/packages/6b/33/8fae8f964a4f63ed528264ddf25d2b683d0b663e3cba26961eb838a7c1bd/numpy-2.4.4-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:58c8b5929fcb8287cbd6f0a3fae19c6e03a5c48402ae792962ac465224a629a4", size = 16854491, upload-time = "2026-03-29T13:21:38.03Z" },
1488
+ { url = "https://files.pythonhosted.org/packages/bc/d0/1aabee441380b981cf8cdda3ae7a46aa827d1b5a8cce84d14598bc94d6d9/numpy-2.4.4-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:eea7ac5d2dce4189771cedb559c738a71512768210dc4e4753b107a2048b3d0e", size = 14895830, upload-time = "2026-03-29T13:21:41.509Z" },
1489
+ { url = "https://files.pythonhosted.org/packages/a5/b8/aafb0d1065416894fccf4df6b49ef22b8db045187949545bced89c034b8e/numpy-2.4.4-pp311-pypy311_pp73-macosx_14_0_arm64.whl", hash = "sha256:51fc224f7ca4d92656d5a5eb315f12eb5fe2c97a66249aa7b5f562528a3be38c", size = 5400927, upload-time = "2026-03-29T13:21:44.747Z" },
1490
+ { url = "https://files.pythonhosted.org/packages/d6/77/063baa20b08b431038c7f9ff5435540c7b7265c78cf56012a483019ca72d/numpy-2.4.4-pp311-pypy311_pp73-macosx_14_0_x86_64.whl", hash = "sha256:28a650663f7314afc3e6ec620f44f333c386aad9f6fc472030865dc0ebb26ee3", size = 6715557, upload-time = "2026-03-29T13:21:47.406Z" },
1491
+ { url = "https://files.pythonhosted.org/packages/c7/a8/379542d45a14f149444c5c4c4e7714707239ce9cc1de8c2803958889da14/numpy-2.4.4-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:19710a9ca9992d7174e9c52f643d4272dcd1558c5f7af7f6f8190f633bd651a7", size = 15804253, upload-time = "2026-03-29T13:21:50.753Z" },
1492
+ { url = "https://files.pythonhosted.org/packages/a2/c8/f0a45426d6d21e7ea3310a15cf90c43a14d9232c31a837702dba437f3373/numpy-2.4.4-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9b2aec6af35c113b05695ebb5749a787acd63cafc83086a05771d1e1cd1e555f", size = 16753552, upload-time = "2026-03-29T13:21:54.344Z" },
1493
+ { url = "https://files.pythonhosted.org/packages/04/74/f4c001f4714c3ad9ce037e18cf2b9c64871a84951eaa0baf683a9ca9301c/numpy-2.4.4-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:f2cf083b324a467e1ab358c105f6cad5ea950f50524668a80c486ff1db24e119", size = 12509075, upload-time = "2026-03-29T13:21:57.644Z" },
1494
+ ]
1495
+
1462
1496
  [[package]]
1463
1497
  name = "nvidia-cublas-cu12"
1464
1498
  version = "12.6.4.1"
@@ -1622,20 +1656,20 @@ wheels = [
1622
1656
 
1623
1657
  [[package]]
1624
1658
  name = "pcss-qapi"
1625
- version = "0.2.0"
1659
+ version = "0.2.2"
1626
1660
  source = { editable = "." }
1627
1661
  dependencies = [
1628
- { name = "numpy" },
1629
1662
  { name = "pyjwt" },
1630
1663
  { name = "requests" },
1631
1664
  ]
1632
1665
 
1633
1666
  [package.optional-dependencies]
1634
1667
  aqt = [
1635
- { name = "qiskit-aqt-provider", version = "1.10.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.13'" },
1636
- { name = "qiskit-aqt-provider", version = "1.14.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.13'" },
1668
+ { name = "qiskit-aqt-provider" },
1637
1669
  ]
1638
1670
  orca = [
1671
+ { name = "numpy", version = "1.26.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.13'" },
1672
+ { name = "numpy", version = "2.4.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.13'" },
1639
1673
  { name = "torch" },
1640
1674
  { name = "torchaudio" },
1641
1675
  { name = "torchvision" },
@@ -1660,9 +1694,9 @@ dev = [
1660
1694
 
1661
1695
  [package.metadata]
1662
1696
  requires-dist = [
1663
- { name = "numpy", specifier = "==1.26.4" },
1697
+ { name = "numpy", marker = "extra == 'orca'" },
1664
1698
  { name = "pyjwt", specifier = ">=2.10.1" },
1665
- { name = "qiskit-aqt-provider", marker = "extra == 'aqt'", specifier = ">=1.10.0" },
1699
+ { name = "qiskit-aqt-provider", marker = "extra == 'aqt'", specifier = "==1.14.0" },
1666
1700
  { name = "requests", specifier = ">=2.32.3" },
1667
1701
  { name = "torch", marker = "extra == 'orca'", specifier = ">=2.7.0" },
1668
1702
  { name = "torchaudio", marker = "extra == 'orca'", specifier = ">=2.7.0" },
@@ -2263,8 +2297,7 @@ name = "pyzmq"
2263
2297
  version = "27.0.0"
2264
2298
  source = { registry = "https://pypi.org/simple" }
2265
2299
  dependencies = [
2266
- { name = "cffi", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.13' and implementation_name == 'pypy'" },
2267
- { name = "cffi", version = "2.0.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.13' and implementation_name == 'pypy'" },
2300
+ { name = "cffi", marker = "implementation_name == 'pypy'" },
2268
2301
  ]
2269
2302
  sdist = { url = "https://files.pythonhosted.org/packages/f1/06/50a4e9648b3e8b992bef8eb632e457307553a89d294103213cfd47b3da69/pyzmq-27.0.0.tar.gz", hash = "sha256:b1f08eeb9ce1510e6939b6e5dcd46a17765e2333daae78ecf4606808442e52cf", size = 280478, upload-time = "2025-06-13T14:09:07.087Z" }
2270
2303
  wheels = [
@@ -2310,7 +2343,8 @@ version = "1.4.5"
2310
2343
  source = { registry = "https://pypi.org/simple" }
2311
2344
  dependencies = [
2312
2345
  { name = "dill" },
2313
- { name = "numpy" },
2346
+ { name = "numpy", version = "1.26.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.13'" },
2347
+ { name = "numpy", version = "2.4.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.13'" },
2314
2348
  { name = "python-dateutil" },
2315
2349
  { name = "rustworkx" },
2316
2350
  { name = "scipy" },
@@ -2337,7 +2371,8 @@ name = "qiskit-aer"
2337
2371
  version = "0.17.2"
2338
2372
  source = { registry = "https://pypi.org/simple" }
2339
2373
  dependencies = [
2340
- { name = "numpy" },
2374
+ { name = "numpy", version = "1.26.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.13'" },
2375
+ { name = "numpy", version = "2.4.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.13'" },
2341
2376
  { name = "psutil" },
2342
2377
  { name = "python-dateutil" },
2343
2378
  { name = "qiskit" },
@@ -2374,54 +2409,26 @@ wheels = [
2374
2409
  { url = "https://files.pythonhosted.org/packages/f6/c1/59fe9c10e8d53533990ccf1bdf87ac74f77ced57d63a233f759df02bd361/qiskit_aer-0.17.2-cp314-cp314-win_amd64.whl", hash = "sha256:5d7b22dd945df4c69d57e966efb549cf9186055e5f32c649a91b7dd1eb133f07", size = 9697912, upload-time = "2026-02-04T21:30:59.913Z" },
2375
2410
  ]
2376
2411
 
2377
- [[package]]
2378
- name = "qiskit-aqt-provider"
2379
- version = "1.10.0"
2380
- source = { registry = "https://pypi.org/simple" }
2381
- resolution-markers = [
2382
- "python_full_version >= '3.13'",
2383
- ]
2384
- dependencies = [
2385
- { name = "annotated-types", marker = "python_full_version >= '3.13'" },
2386
- { name = "httpx", marker = "python_full_version >= '3.13'" },
2387
- { name = "numpy", marker = "python_full_version >= '3.13'" },
2388
- { name = "platformdirs", marker = "python_full_version >= '3.13'" },
2389
- { name = "pydantic", marker = "python_full_version >= '3.13'" },
2390
- { name = "python-dotenv", marker = "python_full_version >= '3.13'" },
2391
- { name = "qiskit", marker = "python_full_version >= '3.13'" },
2392
- { name = "qiskit-aer", marker = "python_full_version >= '3.13'" },
2393
- { name = "tabulate", marker = "python_full_version >= '3.13'" },
2394
- { name = "tqdm", marker = "python_full_version >= '3.13'" },
2395
- { name = "typing-extensions", marker = "python_full_version >= '3.13'" },
2396
- ]
2397
- sdist = { url = "https://files.pythonhosted.org/packages/18/b8/0bb4c245c14221aa11a3bac3946512cc7d5ee8f82d1d1f234990a7ea5235/qiskit_aqt_provider-1.10.0.tar.gz", hash = "sha256:bbe24401ae201c60a1d9eec5885c8e421153601b6ffcdf36313618b903a60f86", size = 66593, upload-time = "2025-01-20T16:19:20.029Z" }
2398
- wheels = [
2399
- { url = "https://files.pythonhosted.org/packages/e5/58/d90af3ce1543c64ce8ebb1b75c263355c07070d6ae58f3354aa24344f773/qiskit_aqt_provider-1.10.0-py3-none-any.whl", hash = "sha256:a9fca1dc12306f41977004faf858dd83048305bec22ade24063356caadd72109", size = 68355, upload-time = "2025-01-20T16:19:17.53Z" },
2400
- ]
2401
-
2402
2412
  [[package]]
2403
2413
  name = "qiskit-aqt-provider"
2404
2414
  version = "1.14.0"
2405
2415
  source = { registry = "https://pypi.org/simple" }
2406
- resolution-markers = [
2407
- "python_full_version == '3.12.*'",
2408
- "python_full_version < '3.12'",
2409
- ]
2410
2416
  dependencies = [
2411
- { name = "annotated-types", marker = "python_full_version < '3.13'" },
2412
- { name = "aqt-connector", marker = "python_full_version < '3.13'" },
2413
- { name = "httpx", marker = "python_full_version < '3.13'" },
2414
- { name = "numpy", marker = "python_full_version < '3.13'" },
2415
- { name = "platformdirs", marker = "python_full_version < '3.13'" },
2416
- { name = "pydantic", marker = "python_full_version < '3.13'" },
2417
- { name = "pydantic-core", marker = "python_full_version < '3.13'" },
2418
- { name = "python-dotenv", marker = "python_full_version < '3.13'" },
2419
- { name = "qiskit", marker = "python_full_version < '3.13'" },
2420
- { name = "qiskit-aer", marker = "python_full_version < '3.13'" },
2421
- { name = "scipy", marker = "python_full_version < '3.13'" },
2422
- { name = "tabulate", marker = "python_full_version < '3.13'" },
2423
- { name = "tqdm", marker = "python_full_version < '3.13'" },
2424
- { name = "typing-extensions", marker = "python_full_version < '3.13'" },
2417
+ { name = "annotated-types" },
2418
+ { name = "aqt-connector" },
2419
+ { name = "httpx" },
2420
+ { name = "numpy", version = "1.26.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.13'" },
2421
+ { name = "numpy", version = "2.4.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.13'" },
2422
+ { name = "platformdirs" },
2423
+ { name = "pydantic" },
2424
+ { name = "pydantic-core" },
2425
+ { name = "python-dotenv" },
2426
+ { name = "qiskit" },
2427
+ { name = "qiskit-aer" },
2428
+ { name = "scipy" },
2429
+ { name = "tabulate" },
2430
+ { name = "tqdm" },
2431
+ { name = "typing-extensions" },
2425
2432
  ]
2426
2433
  sdist = { url = "https://files.pythonhosted.org/packages/69/36/9f81bfc2e13ce0d66e9293cf1766a821c0d7cb3cee37c1cb2b01f0adc3cc/qiskit_aqt_provider-1.14.0.tar.gz", hash = "sha256:1976a31834022a677ef37e50e6ba1fac817d2d43898e3d15cf4eccecc90d025e", size = 69840, upload-time = "2025-11-05T15:14:20.207Z" }
2427
2434
  wheels = [
@@ -2433,7 +2440,7 @@ name = "qrcode"
2433
2440
  version = "8.2"
2434
2441
  source = { registry = "https://pypi.org/simple" }
2435
2442
  dependencies = [
2436
- { name = "colorama", marker = "python_full_version < '3.13' and sys_platform == 'win32'" },
2443
+ { name = "colorama", marker = "sys_platform == 'win32'" },
2437
2444
  ]
2438
2445
  sdist = { url = "https://files.pythonhosted.org/packages/8f/b2/7fc2931bfae0af02d5f53b174e9cf701adbb35f39d69c2af63d4a39f81a9/qrcode-8.2.tar.gz", hash = "sha256:35c3f2a4172b33136ab9f6b3ef1c00260dd2f66f858f24d88418a015f446506c", size = 43317, upload-time = "2025-05-01T15:44:24.726Z" }
2439
2446
  wheels = [
@@ -2474,8 +2481,8 @@ name = "rich"
2474
2481
  version = "14.3.3"
2475
2482
  source = { registry = "https://pypi.org/simple" }
2476
2483
  dependencies = [
2477
- { name = "markdown-it-py", marker = "python_full_version < '3.13'" },
2478
- { name = "pygments", marker = "python_full_version < '3.13'" },
2484
+ { name = "markdown-it-py" },
2485
+ { name = "pygments" },
2479
2486
  ]
2480
2487
  sdist = { url = "https://files.pythonhosted.org/packages/b3/c6/f3b320c27991c46f43ee9d856302c70dc2d0fb2dba4842ff739d5f46b393/rich-14.3.3.tar.gz", hash = "sha256:b8daa0b9e4eef54dd8cf7c86c03713f53241884e814f4e2f5fb342fe520f639b", size = 230582, upload-time = "2026-02-19T17:23:12.474Z" }
2481
2488
  wheels = [
@@ -2595,7 +2602,8 @@ name = "rustworkx"
2595
2602
  version = "0.17.1"
2596
2603
  source = { registry = "https://pypi.org/simple" }
2597
2604
  dependencies = [
2598
- { name = "numpy" },
2605
+ { name = "numpy", version = "1.26.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.13'" },
2606
+ { name = "numpy", version = "2.4.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.13'" },
2599
2607
  ]
2600
2608
  sdist = { url = "https://files.pythonhosted.org/packages/e7/b0/66d96f02120f79eeed86b5c5be04029b6821155f31ed4907a4e9f1460671/rustworkx-0.17.1.tar.gz", hash = "sha256:59ea01b4e603daffa4e8827316c1641eef18ae9032f0b1b14aa0181687e3108e", size = 399407, upload-time = "2025-09-15T16:29:46.429Z" }
2601
2609
  wheels = [
@@ -2617,7 +2625,8 @@ name = "scipy"
2617
2625
  version = "1.17.1"
2618
2626
  source = { registry = "https://pypi.org/simple" }
2619
2627
  dependencies = [
2620
- { name = "numpy" },
2628
+ { name = "numpy", version = "1.26.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.13'" },
2629
+ { name = "numpy", version = "2.4.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.13'" },
2621
2630
  ]
2622
2631
  sdist = { url = "https://files.pythonhosted.org/packages/7a/97/5a3609c4f8d58b039179648e62dd220f89864f56f7357f5d4f45c29eb2cc/scipy-1.17.1.tar.gz", hash = "sha256:95d8e012d8cb8816c226aef832200b1d45109ed4464303e997c5b13122b297c0", size = 30573822, upload-time = "2026-02-23T00:26:24.851Z" }
2623
2632
  wheels = [
@@ -3082,7 +3091,8 @@ name = "torchvision"
3082
3091
  version = "0.22.0"
3083
3092
  source = { registry = "https://pypi.org/simple" }
3084
3093
  dependencies = [
3085
- { name = "numpy" },
3094
+ { name = "numpy", version = "1.26.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.13'" },
3095
+ { name = "numpy", version = "2.4.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.13'" },
3086
3096
  { name = "pillow" },
3087
3097
  { name = "torch" },
3088
3098
  ]
@@ -3164,10 +3174,10 @@ name = "typer"
3164
3174
  version = "0.24.1"
3165
3175
  source = { registry = "https://pypi.org/simple" }
3166
3176
  dependencies = [
3167
- { name = "annotated-doc", marker = "python_full_version < '3.13'" },
3168
- { name = "click", marker = "python_full_version < '3.13'" },
3169
- { name = "rich", marker = "python_full_version < '3.13'" },
3170
- { name = "shellingham", marker = "python_full_version < '3.13'" },
3177
+ { name = "annotated-doc" },
3178
+ { name = "click" },
3179
+ { name = "rich" },
3180
+ { name = "shellingham" },
3171
3181
  ]
3172
3182
  sdist = { url = "https://files.pythonhosted.org/packages/f5/24/cb09efec5cc954f7f9b930bf8279447d24618bb6758d4f6adf2574c41780/typer-0.24.1.tar.gz", hash = "sha256:e39b4732d65fbdcde189ae76cf7cd48aeae72919dea1fdfc16593be016256b45", size = 118613, upload-time = "2026-02-21T16:54:40.609Z" }
3173
3183
  wheels = [
@@ -3244,9 +3254,9 @@ name = "yarl"
3244
3254
  version = "1.23.0"
3245
3255
  source = { registry = "https://pypi.org/simple" }
3246
3256
  dependencies = [
3247
- { name = "idna", marker = "python_full_version < '3.13'" },
3248
- { name = "multidict", marker = "python_full_version < '3.13'" },
3249
- { name = "propcache", marker = "python_full_version < '3.13'" },
3257
+ { name = "idna" },
3258
+ { name = "multidict" },
3259
+ { name = "propcache" },
3250
3260
  ]
3251
3261
  sdist = { url = "https://files.pythonhosted.org/packages/23/6e/beb1beec874a72f23815c1434518bfc4ed2175065173fb138c3705f658d4/yarl-1.23.0.tar.gz", hash = "sha256:53b1ea6ca88ebd4420379c330aea57e258408dd0df9af0992e5de2078dc9f5d5", size = 194676, upload-time = "2026-03-01T22:07:53.373Z" }
3252
3262
  wheels = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes