Skip to content

Commit c04ab5d

Browse files
committed
Update requirements files using pip-compile
These are the latest files following the addition of more `--unsafe-package` flags in `run-pip-compile.sh`.
1 parent bad4bd6 commit c04ab5d

9 files changed

Lines changed: 57 additions & 37 deletions

File tree

dev_tools/requirements/envs/dev.env.txt

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --output-file=envs/dev.env.txt --unsafe-package=backports.asyncio.runner deps/format.txt deps/mypy.txt deps/pip-tools.txt deps/pylint.txt deps/pytest.txt deps/resource_estimates_runtime.txt deps/runtime.txt
5+
# pip-compile --output-file=envs/dev.env.txt deps/format.txt deps/mypy.txt deps/pip-tools.txt deps/pylint.txt deps/pytest.txt deps/resource_estimates_runtime.txt deps/runtime.txt
66
#
77
ase==3.27.0
88
# via -r deps/resource_estimates_runtime.txt
@@ -13,13 +13,17 @@ attrs==25.4.0
1313
# cirq-core
1414
# jsonschema
1515
# referencing
16-
black==26.1.0
16+
backports-asyncio-runner==1.2.0 ; python_full_version < "3.11"
17+
# via
18+
# -r deps/runtime.txt
19+
# pytest-asyncio
20+
black==26.3.1
1721
# via -r deps/format.txt
1822
build==1.4.0
1923
# via pip-tools
20-
certifi==2026.1.4
24+
certifi==2026.2.25
2125
# via requests
22-
charset-normalizer==3.4.4
26+
charset-normalizer==3.4.5
2327
# via requests
2428
cirq-core==1.5.0
2529
# via -r deps/runtime.txt
@@ -47,9 +51,9 @@ execnet==2.1.2
4751
# via pytest-xdist
4852
fastjsonschema==2.21.2
4953
# via nbformat
50-
fonttools==4.61.1
54+
fonttools==4.62.0
5155
# via matplotlib
52-
h5py==3.15.1
56+
h5py==3.16.0
5357
# via
5458
# -r deps/runtime.txt
5559
# pyscf
@@ -71,7 +75,7 @@ jsonschema-specifications==2025.9.1
7175
# via jsonschema
7276
jupyter-core==5.9.1
7377
# via nbformat
74-
kiwisolver==1.4.9
78+
kiwisolver==1.5.0
7579
# via matplotlib
7680
librt==0.8.1
7781
# via mypy
@@ -135,11 +139,9 @@ pathspec==1.0.4
135139
# mypy
136140
pillow==12.1.1
137141
# via matplotlib
138-
pip==26.0.1
139-
# via pip-tools
140142
pip-tools==7.5.3
141143
# via -r deps/pip-tools.txt
142-
platformdirs==4.9.2
144+
platformdirs==4.9.4
143145
# via
144146
# black
145147
# jupyter-core
@@ -180,7 +182,7 @@ python-dateutil==2.9.0.post0
180182
# pandas
181183
pytokens==0.4.1
182184
# via black
183-
pytz==2025.2
185+
pytz==2026.1.post1
184186
# via pandas
185187
referencing==0.37.0
186188
# via
@@ -200,10 +202,6 @@ scipy==1.15.3
200202
# jax
201203
# jaxlib
202204
# pyscf
203-
setuptools==82.0.0
204-
# via
205-
# pip-tools
206-
# pyscf
207205
six==1.17.0
208206
# via python-dateutil
209207
sortedcontainers==2.4.0
@@ -229,9 +227,9 @@ traitlets==5.14.3
229227
# via
230228
# jupyter-core
231229
# nbformat
232-
types-networkx==3.6.1.20260210
230+
types-networkx==3.6.1.20260303
233231
# via -r deps/mypy.txt
234-
types-pytz==2025.2.0.20251108
232+
types-pytz==2026.1.1.20260304
235233
# via pandas-stubs
236234
types-requests==2.32.4.20260107
237235
# via -r deps/mypy.txt
@@ -256,4 +254,5 @@ wheel==0.46.3
256254
# via pip-tools
257255

258256
# The following packages are considered to be unsafe in a requirements file:
259-
# backports-asyncio-runner
257+
# pip
258+
# setuptools

dev_tools/requirements/envs/format.env.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/format.env.txt --unsafe-package=backports.asyncio.runner --unsafe-package=pip --unsafe-package=setuptools deps/format.txt deps/runtime.txt
5+
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/format.env.txt deps/format.txt deps/runtime.txt
66
#
77
attrs==25.4.0
88
# via
99
# -c envs/dev.env.txt
1010
# cirq-core
11+
backports-asyncio-runner==1.2.0 ; python_full_version < "3.11"
12+
# via
13+
# -c envs/dev.env.txt
14+
# -r deps/runtime.txt
1115
black==26.3.1
1216
# via
1317
# -c envs/dev.env.txt

dev_tools/requirements/envs/mypy.env.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/mypy.env.txt --unsafe-package=backports.asyncio.runner --unsafe-package=pip --unsafe-package=setuptools deps/mypy.txt deps/runtime.txt
5+
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/mypy.env.txt deps/mypy.txt deps/runtime.txt
66
#
77
attrs==25.4.0
88
# via
99
# -c envs/dev.env.txt
1010
# cirq-core
11+
backports-asyncio-runner==1.2.0 ; python_full_version < "3.11"
12+
# via
13+
# -c envs/dev.env.txt
14+
# -r deps/runtime.txt
1115
certifi==2026.2.25
1216
# via
1317
# -c envs/dev.env.txt

dev_tools/requirements/envs/pip-tools.env.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/pip-tools.env.txt --unsafe-package=backports.asyncio.runner --unsafe-package=pip --unsafe-package=setuptools deps/pip-tools.txt
5+
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/pip-tools.env.txt deps/pip-tools.txt
66
#
77
build==1.4.0
88
# via

dev_tools/requirements/envs/pylint.env.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/pylint.env.txt --unsafe-package=backports.asyncio.runner --unsafe-package=pip --unsafe-package=setuptools deps/pylint.txt deps/runtime.txt
5+
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/pylint.env.txt deps/pylint.txt deps/runtime.txt
66
#
77
ase==3.27.0
88
# via
@@ -18,6 +18,11 @@ attrs==25.4.0
1818
# cirq-core
1919
# jsonschema
2020
# referencing
21+
backports-asyncio-runner==1.2.0 ; python_full_version < "3.11"
22+
# via
23+
# -c envs/dev.env.txt
24+
# -r deps/runtime.txt
25+
# pytest-asyncio
2126
certifi==2026.2.25
2227
# via
2328
# -c envs/dev.env.txt
@@ -304,5 +309,4 @@ urllib3==2.6.3
304309
# requests
305310

306311
# The following packages are considered to be unsafe in a requirements file:
307-
# backports-asyncio-runner
308312
# setuptools

dev_tools/requirements/envs/pytest-extra.env.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/pytest-extra.env.txt --unsafe-package=backports.asyncio.runner --unsafe-package=pip --unsafe-package=setuptools deps/pytest.txt deps/resource_estimates_runtime.txt deps/runtime.txt
5+
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/pytest-extra.env.txt deps/pytest.txt deps/resource_estimates_runtime.txt deps/runtime.txt
66
#
77
ase==3.27.0
88
# via
@@ -14,6 +14,11 @@ attrs==25.4.0
1414
# cirq-core
1515
# jsonschema
1616
# referencing
17+
backports-asyncio-runner==1.2.0 ; python_full_version < "3.11"
18+
# via
19+
# -c envs/dev.env.txt
20+
# -r deps/runtime.txt
21+
# pytest-asyncio
1722
certifi==2026.2.25
1823
# via
1924
# -c envs/dev.env.txt
@@ -277,5 +282,4 @@ urllib3==2.6.3
277282
# requests
278283

279284
# The following packages are considered to be unsafe in a requirements file:
280-
# backports-asyncio-runner
281285
# setuptools

dev_tools/requirements/envs/pytest.env.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/pytest.env.txt --unsafe-package=backports.asyncio.runner --unsafe-package=pip --unsafe-package=setuptools deps/pytest.txt deps/runtime.txt
5+
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/pytest.env.txt deps/pytest.txt deps/runtime.txt
66
#
77
attrs==25.4.0
88
# via
99
# -c envs/dev.env.txt
1010
# cirq-core
1111
# jsonschema
1212
# referencing
13+
backports-asyncio-runner==1.2.0 ; python_full_version < "3.11"
14+
# via
15+
# -c envs/dev.env.txt
16+
# -r deps/runtime.txt
17+
# pytest-asyncio
1318
certifi==2026.2.25
1419
# via
1520
# -c envs/dev.env.txt
@@ -238,6 +243,3 @@ urllib3==2.6.3
238243
# via
239244
# -c envs/dev.env.txt
240245
# requests
241-
242-
# The following packages are considered to be unsafe in a requirements file:
243-
# backports-asyncio-runner

dev_tools/requirements/max_compat/dev.env.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --constraint=deps/oldest-versions.txt --output-file=max_compat/dev.env.txt --unsafe-package=backports.asyncio.runner --unsafe-package=pip --unsafe-package=setuptools deps/pytest.txt deps/runtime.txt
5+
# pip-compile --constraint=deps/oldest-versions.txt --output-file=max_compat/dev.env.txt deps/pytest.txt deps/runtime.txt
66
#
77
attrs==25.4.0
88
# via
99
# cirq-core
1010
# jsonschema
1111
# referencing
12+
backports-asyncio-runner==1.2.0 ; python_full_version < "3.11"
13+
# via
14+
# -r deps/runtime.txt
15+
# pytest-asyncio
1216
certifi==2026.2.25
1317
# via requests
1418
charset-normalizer==3.4.5
@@ -151,6 +155,3 @@ tzdata==2025.3
151155
# via pandas
152156
urllib3==2.6.3
153157
# via requests
154-
155-
# The following packages are considered to be unsafe in a requirements file:
156-
# backports-asyncio-runner

dev_tools/requirements/max_compat/pytest-max-compat.env.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --constraint=deps/oldest-versions.txt --constraint=max_compat/dev.env.txt --output-file=max_compat/pytest-max-compat.env.txt --unsafe-package=backports.asyncio.runner --unsafe-package=pip --unsafe-package=setuptools deps/pytest.txt deps/runtime.txt
5+
# pip-compile --constraint=deps/oldest-versions.txt --constraint=max_compat/dev.env.txt --output-file=max_compat/pytest-max-compat.env.txt deps/pytest.txt deps/runtime.txt
66
#
77
attrs==25.4.0
88
# via
99
# -c max_compat/dev.env.txt
1010
# cirq-core
1111
# jsonschema
1212
# referencing
13+
backports-asyncio-runner==1.2.0 ; python_full_version < "3.11"
14+
# via
15+
# -c max_compat/dev.env.txt
16+
# -r deps/runtime.txt
17+
# pytest-asyncio
1318
certifi==2026.2.25
1419
# via
1520
# -c max_compat/dev.env.txt
@@ -239,6 +244,3 @@ urllib3==2.6.3
239244
# via
240245
# -c max_compat/dev.env.txt
241246
# requests
242-
243-
# The following packages are considered to be unsafe in a requirements file:
244-
# backports-asyncio-runner

0 commit comments

Comments
 (0)