Skip to content

Commit 689f472

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 d5ebabc commit 689f472

9 files changed

Lines changed: 66 additions & 76 deletions

File tree

dev_tools/requirements/deps/runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ scipy~=1.15
1010

1111
sympy
1212

13-
# Transitive dependency. Versions 1.3.3+ require Python 11. Constraining it
13+
# Transitive dependency. Versions 1.3.3+ require Python 311. Constraining it
1414
# lets us produce a single set of requirements files for Python 3.10 - 3.12.
1515
contourpy<1.3.3

dev_tools/requirements/envs/format.env.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
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 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 --unsafe-package=pip --unsafe-package=setuptools deps/format.txt deps/runtime.txt
66
#
77
attrs==25.4.0
88
# via
99
# -c envs/dev.env.txt
1010
# cirq-core
11-
black==26.1.0
11+
black==26.3.1
1212
# via
1313
# -c envs/dev.env.txt
1414
# -r deps/format.txt
15-
certifi==2026.1.4
15+
certifi==2026.2.25
1616
# via
1717
# -c envs/dev.env.txt
1818
# requests
19-
charset-normalizer==3.4.4
19+
charset-normalizer==3.4.5
2020
# via
2121
# -c envs/dev.env.txt
2222
# requests
@@ -45,19 +45,19 @@ duet==0.2.9
4545
# via
4646
# -c envs/dev.env.txt
4747
# cirq-core
48-
fonttools==4.61.1
48+
fonttools==4.62.0
4949
# via
5050
# -c envs/dev.env.txt
5151
# matplotlib
52-
h5py==3.15.1
52+
h5py==3.16.0
5353
# via
5454
# -c envs/dev.env.txt
5555
# -r deps/runtime.txt
5656
idna==3.11
5757
# via
5858
# -c envs/dev.env.txt
5959
# requests
60-
kiwisolver==1.4.9
60+
kiwisolver==1.5.0
6161
# via
6262
# -c envs/dev.env.txt
6363
# matplotlib
@@ -106,7 +106,7 @@ pillow==12.1.1
106106
# via
107107
# -c envs/dev.env.txt
108108
# matplotlib
109-
platformdirs==4.9.2
109+
platformdirs==4.9.4
110110
# via
111111
# -c envs/dev.env.txt
112112
# black
@@ -127,7 +127,7 @@ pytokens==0.4.1
127127
# via
128128
# -c envs/dev.env.txt
129129
# black
130-
pytz==2025.2
130+
pytz==2026.1.post1
131131
# via
132132
# -c envs/dev.env.txt
133133
# pandas

dev_tools/requirements/envs/mypy.env.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
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 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 --unsafe-package=pip --unsafe-package=setuptools deps/mypy.txt deps/runtime.txt
66
#
77
attrs==25.4.0
88
# via
99
# -c envs/dev.env.txt
1010
# cirq-core
11-
certifi==2026.1.4
11+
certifi==2026.2.25
1212
# via
1313
# -c envs/dev.env.txt
1414
# requests
15-
charset-normalizer==3.4.4
15+
charset-normalizer==3.4.5
1616
# via
1717
# -c envs/dev.env.txt
1818
# requests
@@ -37,19 +37,19 @@ duet==0.2.9
3737
# via
3838
# -c envs/dev.env.txt
3939
# cirq-core
40-
fonttools==4.61.1
40+
fonttools==4.62.0
4141
# via
4242
# -c envs/dev.env.txt
4343
# matplotlib
44-
h5py==3.15.1
44+
h5py==3.16.0
4545
# via
4646
# -c envs/dev.env.txt
4747
# -r deps/runtime.txt
4848
idna==3.11
4949
# via
5050
# -c envs/dev.env.txt
5151
# requests
52-
kiwisolver==1.4.9
52+
kiwisolver==1.5.0
5353
# via
5454
# -c envs/dev.env.txt
5555
# matplotlib
@@ -124,7 +124,7 @@ python-dateutil==2.9.0.post0
124124
# -c envs/dev.env.txt
125125
# matplotlib
126126
# pandas
127-
pytz==2025.2
127+
pytz==2026.1.post1
128128
# via
129129
# -c envs/dev.env.txt
130130
# pandas
@@ -158,11 +158,11 @@ tqdm==4.67.3
158158
# via
159159
# -c envs/dev.env.txt
160160
# cirq-core
161-
types-networkx==3.6.1.20260210
161+
types-networkx==3.6.1.20260303
162162
# via
163163
# -c envs/dev.env.txt
164164
# -r deps/mypy.txt
165-
types-pytz==2025.2.0.20251108
165+
types-pytz==2026.1.1.20260304
166166
# via
167167
# -c envs/dev.env.txt
168168
# pandas-stubs

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

Lines changed: 5 additions & 9 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 --unsafe-package=backports.asyncio.runner deps/pip-tools.txt
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
66
#
77
build==1.4.0
88
# via
@@ -17,10 +17,6 @@ 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
2420
pip-tools==7.5.3
2521
# via
2622
# -c envs/dev.env.txt
@@ -30,10 +26,6 @@ pyproject-hooks==1.2.0
3026
# -c envs/dev.env.txt
3127
# build
3228
# pip-tools
33-
setuptools==82.0.0
34-
# via
35-
# -c envs/dev.env.txt
36-
# pip-tools
3729
tomli==2.4.0
3830
# via
3931
# -c envs/dev.env.txt
@@ -43,3 +35,7 @@ wheel==0.46.3
4335
# via
4436
# -c envs/dev.env.txt
4537
# 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: 9 additions & 12 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 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 --unsafe-package=pip --unsafe-package=setuptools deps/pylint.txt deps/runtime.txt
66
#
77
ase==3.27.0
88
# via
@@ -18,11 +18,11 @@ attrs==25.4.0
1818
# cirq-core
1919
# jsonschema
2020
# referencing
21-
certifi==2026.1.4
21+
certifi==2026.2.25
2222
# via
2323
# -c envs/dev.env.txt
2424
# requests
25-
charset-normalizer==3.4.4
25+
charset-normalizer==3.4.5
2626
# via
2727
# -c envs/dev.env.txt
2828
# requests
@@ -67,11 +67,11 @@ fastjsonschema==2.21.2
6767
# via
6868
# -c envs/dev.env.txt
6969
# nbformat
70-
fonttools==4.61.1
70+
fonttools==4.62.0
7171
# via
7272
# -c envs/dev.env.txt
7373
# matplotlib
74-
h5py==3.15.1
74+
h5py==3.16.0
7575
# via
7676
# -c envs/dev.env.txt
7777
# -r deps/runtime.txt
@@ -109,7 +109,7 @@ jupyter-core==5.9.1
109109
# via
110110
# -c envs/dev.env.txt
111111
# nbformat
112-
kiwisolver==1.4.9
112+
kiwisolver==1.5.0
113113
# via
114114
# -c envs/dev.env.txt
115115
# matplotlib
@@ -173,7 +173,7 @@ pillow==12.1.1
173173
# via
174174
# -c envs/dev.env.txt
175175
# matplotlib
176-
platformdirs==4.9.2
176+
platformdirs==4.9.4
177177
# via
178178
# -c envs/dev.env.txt
179179
# jupyter-core
@@ -227,7 +227,7 @@ python-dateutil==2.9.0.post0
227227
# -c envs/dev.env.txt
228228
# matplotlib
229229
# pandas
230-
pytz==2025.2
230+
pytz==2026.1.post1
231231
# via
232232
# -c envs/dev.env.txt
233233
# pandas
@@ -254,10 +254,6 @@ scipy==1.15.3
254254
# jax
255255
# jaxlib
256256
# pyscf
257-
setuptools==82.0.0
258-
# via
259-
# -c envs/dev.env.txt
260-
# pyscf
261257
six==1.17.0
262258
# via
263259
# -c envs/dev.env.txt
@@ -309,3 +305,4 @@ urllib3==2.6.3
309305

310306
# The following packages are considered to be unsafe in a requirements file:
311307
# backports-asyncio-runner
308+
# setuptools

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

Lines changed: 9 additions & 12 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 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 --unsafe-package=pip --unsafe-package=setuptools deps/pytest.txt deps/resource_estimates_runtime.txt deps/runtime.txt
66
#
77
ase==3.27.0
88
# via
@@ -14,11 +14,11 @@ attrs==25.4.0
1414
# cirq-core
1515
# jsonschema
1616
# referencing
17-
certifi==2026.1.4
17+
certifi==2026.2.25
1818
# via
1919
# -c envs/dev.env.txt
2020
# requests
21-
charset-normalizer==3.4.4
21+
charset-normalizer==3.4.5
2222
# via
2323
# -c envs/dev.env.txt
2424
# requests
@@ -59,11 +59,11 @@ fastjsonschema==2.21.2
5959
# via
6060
# -c envs/dev.env.txt
6161
# nbformat
62-
fonttools==4.61.1
62+
fonttools==4.62.0
6363
# via
6464
# -c envs/dev.env.txt
6565
# matplotlib
66-
h5py==3.15.1
66+
h5py==3.16.0
6767
# via
6868
# -c envs/dev.env.txt
6969
# -r deps/runtime.txt
@@ -97,7 +97,7 @@ jupyter-core==5.9.1
9797
# via
9898
# -c envs/dev.env.txt
9999
# nbformat
100-
kiwisolver==1.4.9
100+
kiwisolver==1.5.0
101101
# via
102102
# -c envs/dev.env.txt
103103
# matplotlib
@@ -157,7 +157,7 @@ pillow==12.1.1
157157
# via
158158
# -c envs/dev.env.txt
159159
# matplotlib
160-
platformdirs==4.9.2
160+
platformdirs==4.9.4
161161
# via
162162
# -c envs/dev.env.txt
163163
# jupyter-core
@@ -206,7 +206,7 @@ python-dateutil==2.9.0.post0
206206
# -c envs/dev.env.txt
207207
# matplotlib
208208
# pandas
209-
pytz==2025.2
209+
pytz==2026.1.post1
210210
# via
211211
# -c envs/dev.env.txt
212212
# pandas
@@ -233,10 +233,6 @@ scipy==1.15.3
233233
# jax
234234
# jaxlib
235235
# pyscf
236-
setuptools==82.0.0
237-
# via
238-
# -c envs/dev.env.txt
239-
# pyscf
240236
six==1.17.0
241237
# via
242238
# -c envs/dev.env.txt
@@ -282,3 +278,4 @@ urllib3==2.6.3
282278

283279
# The following packages are considered to be unsafe in a requirements file:
284280
# backports-asyncio-runner
281+
# setuptools

0 commit comments

Comments
 (0)