Skip to content

Commit a76974a

Browse files
committed
Update environment files (pip-compile outputs)
This is the result of running the pip-compile script
1 parent 860eef4 commit a76974a

6 files changed

Lines changed: 44 additions & 28 deletions

File tree

dev_tools/requirements/envs/dev.env.txt

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
# 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.24.0
8-
# via -r deps/resource_estimates_runtime.txt
8+
# via
9+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/resource_estimates_runtime.txt
10+
# -r deps/resource_estimates_runtime.txt
911
astroid==3.3.8
1012
# via pylint
1113
attrs==25.1.0
@@ -21,7 +23,7 @@ certifi==2025.1.31
2123
# via requests
2224
charset-normalizer==3.4.1
2325
# via requests
24-
cirq-core==1.4.1
26+
cirq-core==1.5.0
2527
# via -r deps/runtime.txt
2628
click==8.1.8
2729
# via
@@ -58,9 +60,12 @@ iniconfig==2.0.0
5860
isort==6.0.0
5961
# via pylint
6062
jax==0.4.38
61-
# via -r deps/resource_estimates_runtime.txt
63+
# via
64+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/resource_estimates_runtime.txt
65+
# -r deps/resource_estimates_runtime.txt
6266
jaxlib==0.4.38
6367
# via
68+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/resource_estimates_runtime.txt
6469
# -r deps/resource_estimates_runtime.txt
6570
# jax
6671
jsonschema==4.23.0
@@ -90,12 +95,14 @@ mypy-extensions==1.0.0
9095
# black
9196
# mypy
9297
nbformat==5.10.4
93-
# via -r deps/pytest.txt
98+
# via
99+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/pytest.txt
100+
# -r deps/pytest.txt
94101
networkx==3.4.2
95102
# via
96103
# -r deps/runtime.txt
97104
# cirq-core
98-
numpy==1.26.4
105+
numpy==2.2.6
99106
# via
100107
# -r deps/runtime.txt
101108
# ase
@@ -148,19 +155,28 @@ pyproject-hooks==1.2.0
148155
# build
149156
# pip-tools
150157
pyscf==2.8.0
151-
# via -r deps/resource_estimates_runtime.txt
158+
# via
159+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/resource_estimates_runtime.txt
160+
# -r deps/resource_estimates_runtime.txt
152161
pytest==8.3.4
153162
# via
163+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/pytest.txt
154164
# -r deps/pytest.txt
155165
# pytest-asyncio
156166
# pytest-cov
157167
# pytest-xdist
158168
pytest-asyncio==0.25.3
159-
# via -r deps/pytest.txt
169+
# via
170+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/pytest.txt
171+
# -r deps/pytest.txt
160172
pytest-cov==6.0.0
161-
# via -r deps/pytest.txt
173+
# via
174+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/pytest.txt
175+
# -r deps/pytest.txt
162176
pytest-xdist==3.6.1
163-
# via -r deps/pytest.txt
177+
# via
178+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/pytest.txt
179+
# -r deps/pytest.txt
164180
python-dateutil==2.9.0.post0
165181
# via
166182
# matplotlib

dev_tools/requirements/envs/format.env.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ charset-normalizer==3.4.1
2020
# via
2121
# -c envs/dev.env.txt
2222
# requests
23-
cirq-core==1.4.1
23+
cirq-core==1.5.0
2424
# via
2525
# -c envs/dev.env.txt
2626
# -r deps/runtime.txt
@@ -77,7 +77,7 @@ networkx==3.4.2
7777
# -c envs/dev.env.txt
7878
# -r deps/runtime.txt
7979
# cirq-core
80-
numpy==1.26.4
80+
numpy==2.2.6
8181
# via
8282
# -c envs/dev.env.txt
8383
# -r deps/runtime.txt

dev_tools/requirements/envs/mypy.env.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ charset-normalizer==3.4.1
1616
# via
1717
# -c envs/dev.env.txt
1818
# requests
19-
cirq-core==1.4.1
19+
cirq-core==1.5.0
2020
# via
2121
# -c envs/dev.env.txt
2222
# -r deps/runtime.txt
@@ -73,7 +73,7 @@ networkx==3.4.2
7373
# -c envs/dev.env.txt
7474
# -r deps/runtime.txt
7575
# cirq-core
76-
numpy==1.26.4
76+
numpy==2.2.6
7777
# via
7878
# -c envs/dev.env.txt
7979
# -r deps/runtime.txt

dev_tools/requirements/envs/pylint.env.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ase==3.24.0
88
# via
99
# -c envs/dev.env.txt
10-
# -r deps/resource_estimates_runtime.txt
10+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/resource_estimates_runtime.txt
1111
astroid==3.3.8
1212
# via
1313
# -c envs/dev.env.txt
@@ -26,7 +26,7 @@ charset-normalizer==3.4.1
2626
# via
2727
# -c envs/dev.env.txt
2828
# requests
29-
cirq-core==1.4.1
29+
cirq-core==1.5.0
3030
# via
3131
# -c envs/dev.env.txt
3232
# -r deps/runtime.txt
@@ -90,11 +90,11 @@ isort==6.0.0
9090
jax==0.4.38
9191
# via
9292
# -c envs/dev.env.txt
93-
# -r deps/resource_estimates_runtime.txt
93+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/resource_estimates_runtime.txt
9494
jaxlib==0.4.38
9595
# via
9696
# -c envs/dev.env.txt
97-
# -r deps/resource_estimates_runtime.txt
97+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/resource_estimates_runtime.txt
9898
# jax
9999
jsonschema==4.23.0
100100
# via
@@ -133,13 +133,13 @@ mpmath==1.3.0
133133
nbformat==5.10.4
134134
# via
135135
# -c envs/dev.env.txt
136-
# -r deps/pytest.txt
136+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/pytest.txt
137137
networkx==3.4.2
138138
# via
139139
# -c envs/dev.env.txt
140140
# -r deps/runtime.txt
141141
# cirq-core
142-
numpy==1.26.4
142+
numpy==2.2.6
143143
# via
144144
# -c envs/dev.env.txt
145145
# -r deps/runtime.txt
@@ -196,26 +196,26 @@ pyparsing==3.2.1
196196
pyscf==2.8.0
197197
# via
198198
# -c envs/dev.env.txt
199-
# -r deps/resource_estimates_runtime.txt
199+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/resource_estimates_runtime.txt
200200
pytest==8.3.4
201201
# via
202202
# -c envs/dev.env.txt
203-
# -r deps/pytest.txt
203+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/pytest.txt
204204
# pytest-asyncio
205205
# pytest-cov
206206
# pytest-xdist
207207
pytest-asyncio==0.25.3
208208
# via
209209
# -c envs/dev.env.txt
210-
# -r deps/pytest.txt
210+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/pytest.txt
211211
pytest-cov==6.0.0
212212
# via
213213
# -c envs/dev.env.txt
214-
# -r deps/pytest.txt
214+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/pytest.txt
215215
pytest-xdist==3.6.1
216216
# via
217217
# -c envs/dev.env.txt
218-
# -r deps/pytest.txt
218+
# -r /Users/mhucka/project-files/google/github/openfermion/dev_tools/requirements/deps/pytest.txt
219219
python-dateutil==2.9.0.post0
220220
# via
221221
# -c envs/dev.env.txt

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ charset-normalizer==3.4.1
2222
# via
2323
# -c envs/dev.env.txt
2424
# requests
25-
cirq-core==1.4.1
25+
cirq-core==1.5.0
2626
# via
2727
# -c envs/dev.env.txt
2828
# -r deps/runtime.txt
@@ -123,7 +123,7 @@ networkx==3.4.2
123123
# -c envs/dev.env.txt
124124
# -r deps/runtime.txt
125125
# cirq-core
126-
numpy==1.26.4
126+
numpy==2.2.6
127127
# via
128128
# -c envs/dev.env.txt
129129
# -r deps/runtime.txt

dev_tools/requirements/envs/pytest.env.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ charset-normalizer==3.4.1
1818
# via
1919
# -c envs/dev.env.txt
2020
# requests
21-
cirq-core==1.4.1
21+
cirq-core==1.5.0
2222
# via
2323
# -c envs/dev.env.txt
2424
# -r deps/runtime.txt
@@ -103,7 +103,7 @@ networkx==3.4.2
103103
# -c envs/dev.env.txt
104104
# -r deps/runtime.txt
105105
# cirq-core
106-
numpy==1.26.4
106+
numpy==2.2.6
107107
# via
108108
# -c envs/dev.env.txt
109109
# -r deps/runtime.txt

0 commit comments

Comments
 (0)