Skip to content

Commit 2392c49

Browse files
redeboerweb-flowpre-commit-ci[bot]
authored
DX: implement GitHub Actions caching (#471)
* FIX: make `Estimator` call abstract https://github.com/ComPWA/tensorwaves/actions/runs/3504245141/jobs/5869810766#step:7:41 * MAINT: remove redundant comments * MAINT: ignore mypy issues in `_relink_references.py` * MAINT: upgrade `actions/checkout` to v3 * MAINT: autoupdate pre-commit config * MAINT: split lines in `strategy.matrix` definition * MAINT: set `PYTHONHASHSEED=0` in workflows * MAINT: define all jobs in pytest workflow with matrix * MAINT: remove deprecated `set-output` https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ * MAINT: update pip constraints and pre-commit Co-authored-by: GitHub <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 00ce851 commit 2392c49

18 files changed

+594
-531
lines changed

.constraints/py3.10.txt

Lines changed: 57 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ anyio==3.6.2
1111
aquirdturtle-collapsible-headings==3.1.0
1212
argon2-cffi==21.3.0
1313
argon2-cffi-bindings==21.2.0
14-
astroid==2.12.12
14+
astroid==2.12.13
1515
asttokens==2.1.0
1616
astunparse==1.6.3
1717
attrs==22.1.0
@@ -39,68 +39,65 @@ distlib==0.3.6
3939
dm-tree==0.1.7
4040
docutils==0.17.1
4141
entrypoints==0.4
42-
etils==0.9.0
43-
exceptiongroup==1.0.0
42+
exceptiongroup==1.0.4
4443
execnet==1.9.0
4544
executing==1.2.0
4645
fastjsonschema==2.16.2
4746
filelock==3.8.0
48-
flake8==5.0.4
47+
flake8==6.0.0
4948
flake8-blind-except==0.2.1
5049
flake8-bugbear==22.10.27
5150
flake8-builtins==2.0.1
5251
flake8-comprehensions==3.10.1
5352
flake8-future-annotations==1.0.0
5453
flake8-plugin-utils==1.3.2
5554
flake8-pytest-style==1.6.0
56-
flake8-rst-docstrings==0.2.7
55+
flake8-rst-docstrings==0.3.0
5756
flake8-type-ignore==0.1.0.post2 ; python_version >= "3.8.0"
5857
flake8-use-fstring==1.4
59-
flatbuffers==22.10.26
58+
flatbuffers==22.11.23
6059
fonttools==4.38.0
6160
gast==0.4.0
62-
google-auth==2.14.0
61+
google-auth==2.14.1
6362
google-auth-oauthlib==0.4.6
6463
google-pasta==0.2.0
6564
graphviz==0.20.1
66-
greenlet==2.0.0
65+
greenlet==2.0.1
6766
grpcio==1.50.0
6867
h5py==3.7.0
6968
hepunits==2.3.0
70-
identify==2.5.8
69+
identify==2.5.9
7170
idna==3.4
7271
imagesize==1.4.1
7372
iminuit==2.17.0
74-
importlib-metadata==5.0.0
75-
importlib-resources==5.10.0
73+
importlib-metadata==5.1.0
7674
iniconfig==1.1.1
77-
ipykernel==6.17.0
75+
ipykernel==6.17.1
7876
ipympl==0.9.2
7977
ipython==8.6.0
8078
ipython-genutils==0.2.0
8179
ipywidgets==8.0.2
8280
isort==5.10.1
83-
jax==0.3.23
84-
jaxlib==0.3.22
85-
jedi==0.18.1
81+
jax==0.3.25
82+
jaxlib==0.3.25
83+
jedi==0.18.2
8684
jinja2==3.1.2
8785
json5==0.9.10
88-
jsonschema==4.16.0
86+
jsonschema==4.17.1
8987
jupyter==1.0.0
9088
jupyter-cache==0.5.0
91-
jupyter-client==7.4.4
89+
jupyter-client==7.4.7
9290
jupyter-console==6.4.4
93-
jupyter-core==4.11.2
94-
jupyter-server==1.21.0
91+
jupyter-core==5.0.0
92+
jupyter-server==1.23.3
9593
jupyterlab==3.5.0
9694
jupyterlab-code-formatter==1.5.3
9795
jupyterlab-markup==1.1.0
9896
jupyterlab-myst==0.1.6
9997
jupyterlab-pygments==0.2.2
100-
jupyterlab-server==2.16.2
98+
jupyterlab-server==2.16.3
10199
jupyterlab-widgets==3.0.3
102-
keras==2.10.0
103-
keras-preprocessing==1.1.2
100+
keras==2.11.0
104101
kiwisolver==1.4.4
105102
lazy-object-proxy==1.8.0
106103
libclang==14.0.6
@@ -109,64 +106,64 @@ llvmlite==0.39.1
109106
markdown==3.4.1
110107
markdown-it-py==2.1.0
111108
markupsafe==2.1.1
112-
matplotlib==3.6.1
109+
matplotlib==3.6.2
113110
matplotlib-inline==0.1.6
114111
mccabe==0.7.0
115112
mdit-py-plugins==0.3.1
116113
mdurl==0.1.2
117114
mistune==2.0.4
118115
mpmath==1.2.1
119-
mypy==0.982
116+
mypy==0.991
120117
mypy-extensions==0.4.3
121118
myst-nb==0.17.1
122119
myst-parser==0.18.1
123-
nbclassic==0.4.7
120+
nbclassic==0.4.8
124121
nbclient==0.5.13
125-
nbconvert==7.2.3
122+
nbconvert==7.2.5
126123
nbformat==5.7.0
127124
nbmake==1.3.0
128125
nest-asyncio==1.5.6
129126
nodeenv==1.7.0
130127
notebook==6.5.2
131-
notebook-shim==0.2.0
132-
numba==0.56.3
133-
numpy==1.23.4
128+
notebook-shim==0.2.2
129+
numba==0.56.4
130+
numpy==1.23.5
134131
oauthlib==3.2.2
135132
opt-einsum==3.3.0
136133
packaging==21.3
137-
pandas==1.5.1
134+
pandas==1.5.2
138135
pandocfilters==1.5.0
139136
parso==0.8.3
140-
particle==0.20.1
141-
pathspec==0.10.1
137+
particle==0.21.0
138+
pathspec==0.10.2
142139
pep8-naming==0.13.2
143140
pexpect==4.8.0
144141
phasespace==1.7.0
145142
pickleshare==0.7.5
146143
pillow==9.3.0
147-
platformdirs==2.5.2
144+
platformdirs==2.5.4
148145
pluggy==1.0.0
149146
pre-commit==2.20.0
150147
prometheus-client==0.15.0
151-
prompt-toolkit==3.0.31
148+
prompt-toolkit==3.0.33
152149
protobuf==3.19.6
153-
psutil==5.9.3
150+
psutil==5.9.4
154151
ptyprocess==0.7.0
155152
pure-eval==0.2.2
156153
py==1.11.0
157154
py-cpuinfo==9.0.0
158155
pyasn1==0.4.8
159156
pyasn1-modules==0.2.8
160-
pycodestyle==2.9.1
157+
pycodestyle==2.10.0
161158
pycparser==2.21
162159
pydantic==1.10.2
163160
pydata-sphinx-theme==0.8.1
164161
pydocstyle==6.1.1
165-
pyflakes==2.5.0
162+
pyflakes==3.0.1
166163
pygments==2.13.0
167-
pylint==2.15.5
164+
pylint==2.15.6
168165
pyparsing==3.0.9
169-
pyrsistent==0.19.1
166+
pyrsistent==0.19.2
170167
pytest==7.2.0
171168
pytest-benchmark==4.0.0
172169
pytest-cov==4.0.0
@@ -178,8 +175,8 @@ pytz==2022.6
178175
pyyaml==6.0
179176
pyzmq==24.0.1
180177
qrules==0.9.7
181-
qtconsole==5.3.2
182-
qtpy==2.2.1
178+
qtconsole==5.4.0
179+
qtpy==2.3.0
183180
requests==2.28.1
184181
requests-oauthlib==1.3.1
185182
restructuredtext-lint==1.4.0
@@ -193,9 +190,9 @@ soupsieve==2.3.2.post1
193190
sphinx==4.5.0
194191
sphinx-autobuild==2021.3.14
195192
sphinx-book-theme==0.3.3
196-
sphinx-codeautolink==0.12.0
193+
sphinx-codeautolink==0.12.1
197194
sphinx-comments==0.0.3
198-
sphinx-copybutton==0.5.0
195+
sphinx-copybutton==0.5.1
199196
sphinx-design==0.3.0
200197
sphinx-thebe==0.1.2
201198
sphinx-togglebutton==0.3.2
@@ -205,42 +202,42 @@ sphinxcontrib-htmlhelp==2.0.0
205202
sphinxcontrib-jsmath==1.0.1
206203
sphinxcontrib-qthelp==1.0.3
207204
sphinxcontrib-serializinghtml==1.1.5
208-
sphobjinv==2.2.2
209-
sqlalchemy==1.4.42
210-
stack-data==0.6.0
205+
sphobjinv==2.3
206+
sqlalchemy==1.4.44
207+
stack-data==0.6.1
211208
sympy==1.11.1
212209
tabulate==0.9.0
213-
tensorboard==2.10.1
210+
tensorboard==2.11.0
214211
tensorboard-data-server==0.6.1
215212
tensorboard-plugin-wit==1.8.1
216-
tensorflow==2.10.0
217-
tensorflow-estimator==2.10.0
218-
tensorflow-io-gcs-filesystem==0.27.0
213+
tensorflow==2.11.0
214+
tensorflow-estimator==2.11.0
215+
tensorflow-io-gcs-filesystem==0.28.0
219216
tensorflow-probability==0.17.0
220-
termcolor==2.1.0
217+
termcolor==2.1.1
221218
terminado==0.17.0
222219
tinycss2==1.2.1
223220
toml==0.10.2
224221
tomli==2.0.1
225222
tomlkit==0.11.6
226223
tornado==6.2
227-
tox==3.27.0
224+
tox==3.27.1
228225
tqdm==4.64.1
229226
traitlets==5.5.0
230227
types-docutils==0.19.1.1
231228
types-pkg-resources==0.1.3
232-
types-pyyaml==6.0.12.1
233-
types-requests==2.28.11.2
234-
types-setuptools==65.5.0.2
235-
types-urllib3==1.26.25.1
229+
types-pyyaml==6.0.12.2
230+
types-requests==2.28.11.5
231+
types-setuptools==65.6.0.1
232+
types-urllib3==1.26.25.4
236233
typing-extensions==4.4.0
237-
urllib3==1.26.12
238-
virtualenv==20.16.6
234+
urllib3==1.26.13
235+
virtualenv==20.16.7
239236
wcwidth==0.2.5
240237
webencodings==0.5.1
241-
websocket-client==1.4.1
238+
websocket-client==1.4.2
242239
werkzeug==2.2.2
243-
wheel==0.37.1
240+
wheel==0.38.4
244241
widgetsnbextension==4.0.3
245242
wrapt==1.14.1
246243
zipp==3.10.0

0 commit comments

Comments
 (0)