Skip to content

Commit 2261d5e

Browse files
committed
Latest versions of requirements files
1 parent 65e713f commit 2261d5e

9 files changed

Lines changed: 55 additions & 39 deletions

File tree

dev_tools/requirements/envs/dev.env.txt

Lines changed: 11 additions & 6 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 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 --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
66
#
77
ase==3.27.0
88
# via -r deps/resource_estimates_runtime.txt
@@ -13,8 +13,6 @@ attrs==25.4.0
1313
# cirq-core
1414
# jsonschema
1515
# referencing
16-
backports-asyncio-runner==1.2.0
17-
# via pytest-asyncio
1816
black==26.1.0
1917
# via -r deps/format.txt
2018
build==1.4.0
@@ -30,7 +28,9 @@ click==8.3.1
3028
# black
3129
# pip-tools
3230
contourpy==1.3.2
33-
# via matplotlib
31+
# via
32+
# -r deps/runtime.txt
33+
# matplotlib
3434
coverage[toml]==7.13.4
3535
# via pytest-cov
3636
cycler==0.12.1
@@ -135,6 +135,8 @@ pathspec==1.0.4
135135
# mypy
136136
pillow==12.1.1
137137
# via matplotlib
138+
pip==26.0.1
139+
# via pip-tools
138140
pip-tools==7.5.3
139141
# via -r deps/pip-tools.txt
140142
platformdirs==4.9.2
@@ -198,6 +200,10 @@ scipy==1.15.3
198200
# jax
199201
# jaxlib
200202
# pyscf
203+
setuptools==82.0.0
204+
# via
205+
# pip-tools
206+
# pyscf
201207
six==1.17.0
202208
# via python-dateutil
203209
sortedcontainers==2.4.0
@@ -250,5 +256,4 @@ wheel==0.46.3
250256
# via pip-tools
251257

252258
# The following packages are considered to be unsafe in a requirements file:
253-
# pip
254-
# setuptools
259+
# backports-asyncio-runner

dev_tools/requirements/envs/format.env.txt

Lines changed: 2 additions & 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/format.env.txt deps/format.txt deps/runtime.txt
5+
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/format.env.txt --unsafe-package=backports.asyncio.runner deps/format.txt deps/runtime.txt
66
#
77
attrs==25.4.0
88
# via
@@ -31,6 +31,7 @@ click==8.3.1
3131
contourpy==1.3.2
3232
# via
3333
# -c envs/dev.env.txt
34+
# -r deps/runtime.txt
3435
# matplotlib
3536
cycler==0.12.1
3637
# via

dev_tools/requirements/envs/mypy.env.txt

Lines changed: 2 additions & 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/mypy.env.txt deps/mypy.txt deps/runtime.txt
5+
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/mypy.env.txt --unsafe-package=backports.asyncio.runner deps/mypy.txt deps/runtime.txt
66
#
77
attrs==25.4.0
88
# via
@@ -23,6 +23,7 @@ cirq-core==1.5.0
2323
contourpy==1.3.2
2424
# via
2525
# -c envs/dev.env.txt
26+
# -r deps/runtime.txt
2627
# matplotlib
2728
cycler==0.12.1
2829
# via

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

Lines changed: 9 additions & 5 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/pip-tools.env.txt deps/pip-tools.txt
5+
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/pip-tools.env.txt --unsafe-package=backports.asyncio.runner deps/pip-tools.txt
66
#
77
build==1.4.0
88
# via
@@ -17,6 +17,10 @@ packaging==26.0
1717
# -c envs/dev.env.txt
1818
# build
1919
# wheel
20+
pip==26.0.1
21+
# via
22+
# -c envs/dev.env.txt
23+
# pip-tools
2024
pip-tools==7.5.3
2125
# via
2226
# -c envs/dev.env.txt
@@ -26,6 +30,10 @@ pyproject-hooks==1.2.0
2630
# -c envs/dev.env.txt
2731
# build
2832
# pip-tools
33+
setuptools==82.0.0
34+
# via
35+
# -c envs/dev.env.txt
36+
# pip-tools
2937
tomli==2.4.0
3038
# via
3139
# -c envs/dev.env.txt
@@ -35,7 +43,3 @@ wheel==0.46.3
3543
# via
3644
# -c envs/dev.env.txt
3745
# pip-tools
38-
39-
# The following packages are considered to be unsafe in a requirements file:
40-
# pip
41-
# setuptools

dev_tools/requirements/envs/pylint.env.txt

Lines changed: 7 additions & 6 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 deps/pylint.txt deps/runtime.txt
5+
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/pylint.env.txt --unsafe-package=backports.asyncio.runner deps/pylint.txt deps/runtime.txt
66
#
77
ase==3.27.0
88
# via
@@ -18,10 +18,6 @@ attrs==25.4.0
1818
# cirq-core
1919
# jsonschema
2020
# referencing
21-
backports-asyncio-runner==1.2.0
22-
# via
23-
# -c envs/dev.env.txt
24-
# pytest-asyncio
2521
certifi==2026.1.4
2622
# via
2723
# -c envs/dev.env.txt
@@ -37,6 +33,7 @@ cirq-core==1.5.0
3733
contourpy==1.3.2
3834
# via
3935
# -c envs/dev.env.txt
36+
# -r deps/runtime.txt
4037
# matplotlib
4138
coverage[toml]==7.13.4
4239
# via
@@ -257,6 +254,10 @@ scipy==1.15.3
257254
# jax
258255
# jaxlib
259256
# pyscf
257+
setuptools==82.0.0
258+
# via
259+
# -c envs/dev.env.txt
260+
# pyscf
260261
six==1.17.0
261262
# via
262263
# -c envs/dev.env.txt
@@ -307,4 +308,4 @@ urllib3==2.6.3
307308
# requests
308309

309310
# The following packages are considered to be unsafe in a requirements file:
310-
# setuptools
311+
# backports-asyncio-runner

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

Lines changed: 7 additions & 6 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 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 --unsafe-package=backports.asyncio.runner deps/pytest.txt deps/resource_estimates_runtime.txt deps/runtime.txt
66
#
77
ase==3.27.0
88
# via
@@ -14,10 +14,6 @@ attrs==25.4.0
1414
# cirq-core
1515
# jsonschema
1616
# referencing
17-
backports-asyncio-runner==1.2.0
18-
# via
19-
# -c envs/dev.env.txt
20-
# pytest-asyncio
2117
certifi==2026.1.4
2218
# via
2319
# -c envs/dev.env.txt
@@ -33,6 +29,7 @@ cirq-core==1.5.0
3329
contourpy==1.3.2
3430
# via
3531
# -c envs/dev.env.txt
32+
# -r deps/runtime.txt
3633
# matplotlib
3734
coverage[toml]==7.13.4
3835
# via
@@ -236,6 +233,10 @@ scipy==1.15.3
236233
# jax
237234
# jaxlib
238235
# pyscf
236+
setuptools==82.0.0
237+
# via
238+
# -c envs/dev.env.txt
239+
# pyscf
239240
six==1.17.0
240241
# via
241242
# -c envs/dev.env.txt
@@ -280,4 +281,4 @@ urllib3==2.6.3
280281
# requests
281282

282283
# The following packages are considered to be unsafe in a requirements file:
283-
# setuptools
284+
# backports-asyncio-runner

dev_tools/requirements/envs/pytest.env.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
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 deps/pytest.txt deps/runtime.txt
5+
# pip-compile --constraint=envs/dev.env.txt --output-file=envs/pytest.env.txt --unsafe-package=backports.asyncio.runner 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
14-
# via
15-
# -c envs/dev.env.txt
16-
# pytest-asyncio
1713
certifi==2026.1.4
1814
# via
1915
# -c envs/dev.env.txt
@@ -29,6 +25,7 @@ cirq-core==1.5.0
2925
contourpy==1.3.2
3026
# via
3127
# -c envs/dev.env.txt
28+
# -r deps/runtime.txt
3229
# matplotlib
3330
coverage[toml]==7.13.4
3431
# via
@@ -241,3 +238,6 @@ urllib3==2.6.3
241238
# via
242239
# -c envs/dev.env.txt
243240
# 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: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
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 deps/pytest.txt deps/runtime.txt
5+
# pip-compile --constraint=deps/oldest-versions.txt --output-file=max_compat/dev.env.txt --unsafe-package=backports.asyncio.runner 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
13-
# via pytest-asyncio
1412
certifi==2026.1.4
1513
# via requests
1614
charset-normalizer==3.4.4
@@ -20,7 +18,9 @@ cirq-core==1.4.1
2018
# -c deps/oldest-versions.txt
2119
# -r deps/runtime.txt
2220
contourpy==1.3.2
23-
# via matplotlib
21+
# via
22+
# -r deps/runtime.txt
23+
# matplotlib
2424
coverage[toml]==7.13.4
2525
# via pytest-cov
2626
cycler==0.12.1
@@ -151,3 +151,6 @@ tzdata==2025.3
151151
# via pandas
152152
urllib3==2.6.3
153153
# 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
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 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 --unsafe-package=backports.asyncio.runner 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
14-
# via
15-
# -c max_compat/dev.env.txt
16-
# pytest-asyncio
1713
certifi==2026.1.4
1814
# via
1915
# -c max_compat/dev.env.txt
@@ -30,6 +26,7 @@ cirq-core==1.4.1
3026
contourpy==1.3.2
3127
# via
3228
# -c max_compat/dev.env.txt
29+
# -r deps/runtime.txt
3330
# matplotlib
3431
coverage[toml]==7.13.4
3532
# via
@@ -242,3 +239,6 @@ urllib3==2.6.3
242239
# via
243240
# -c max_compat/dev.env.txt
244241
# requests
242+
243+
# The following packages are considered to be unsafe in a requirements file:
244+
# backports-asyncio-runner

0 commit comments

Comments
 (0)