Skip to content

Commit c82dc3d

Browse files
redeboerweb-flowpre-commit-ci[bot]
authored
build: allow installing AmpForm v0.14.x (#424)
* ci: ignore PytestRemovedIn8Warning https://github.com/ComPWA/tensorwaves/runs/5873479487?check_suite_focus=true#step:8:36 * ci: remove pip-tools from dev requirements Has been outsourced to: https://github.com/ComPWA/update-pip-constraints * ci: update pip constraints and pre-commit config * fix: do not format Jupyter notebooks with prettier Co-authored-by: GitHub <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 01daba1 commit c82dc3d

File tree

10 files changed

+67
-78
lines changed

10 files changed

+67
-78
lines changed

.constraints/py3.6.txt

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async-generator==1.10
1616
attrs==21.4.0
1717
babel==2.9.1
1818
backcall==0.2.0
19-
beautifulsoup4==4.10.0
19+
beautifulsoup4==4.11.0
2020
bleach==4.1.0
2121
cached-property==1.5.2
2222
cachetools==4.2.4
@@ -25,7 +25,6 @@ cffi==1.15.0
2525
cfgv==3.3.1
2626
charset-normalizer==2.0.12
2727
clang==5.0
28-
click==8.0.4
2928
cloudpickle==2.0.0
3029
colorama==0.4.4
3130
contextvars==2.4
@@ -128,18 +127,16 @@ pandas==1.1.5
128127
pandocfilters==1.5.0
129128
parso==0.7.1
130129
particle==0.20.1
131-
pep517==0.12.0
132130
pep8-naming==0.12.1
133131
pexpect==4.8.0
134132
phasespace==1.4.2
135133
pickleshare==0.7.5
136134
pillow==8.4.0
137-
pip-tools==6.4.0
138135
platformdirs==2.4.0
139136
pluggy==1.0.0
140137
pre-commit==2.17.0
141-
prometheus-client==0.13.1
142-
prompt-toolkit==3.0.28
138+
prometheus-client==0.14.0
139+
prompt-toolkit==3.0.29
143140
protobuf==3.19.4
144141
ptyprocess==0.7.0
145142
py==1.11.0
@@ -180,7 +177,7 @@ six==1.15.0
180177
smmap==5.0.0
181178
sniffio==1.2.0
182179
snowballstemmer==2.2.0
183-
soupsieve==2.3.1
180+
soupsieve==2.3.2
184181
sphinx==4.3.2 ; python_version < "3.8.0"
185182
sphinx-autobuild==2021.3.14
186183
sphinx-book-theme==0.2.0
@@ -197,7 +194,7 @@ sphinxcontrib-jsmath==1.0.1
197194
sphinxcontrib-qthelp==1.0.3
198195
sphinxcontrib-serializinghtml==1.1.5
199196
sphobjinv==2.2.2
200-
sqlalchemy==1.4.34
197+
sqlalchemy==1.4.35
201198
sympy==1.9
202199
tensorboard==2.6.0
203200
tensorboard-data-server==0.6.1
@@ -218,7 +215,7 @@ types-docutils==0.18.0
218215
types-pkg-resources==0.1.3
219216
types-pyyaml==6.0.5
220217
types-requests==2.27.16
221-
types-setuptools==57.4.11
218+
types-setuptools==57.4.12
222219
types-urllib3==1.26.11
223220
typing-extensions==3.7.4.3
224221
urllib3==1.26.9
@@ -233,5 +230,4 @@ wrapt==1.12.1
233230
zipp==3.6.0
234231

235232
# The following packages are considered to be unsafe in a requirements file:
236-
# pip
237233
# setuptools

.constraints/py3.7.txt

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
absl-py==1.0.0
88
alabaster==0.7.12
9-
ampform==0.13.3
9+
ampform==0.14.0
1010
anyio==3.5.0
1111
aquirdturtle-collapsible-headings==3.1.0
1212
argon2-cffi==21.3.0
@@ -16,9 +16,9 @@ astunparse==1.6.3
1616
attrs==21.4.0
1717
babel==2.9.1
1818
backcall==0.2.0
19-
beautifulsoup4==4.10.0
19+
beautifulsoup4==4.11.0
2020
black==22.3.0 ; python_version >= "3.7.0"
21-
bleach==4.1.0
21+
bleach==5.0.0
2222
cached-property==1.5.2
2323
cachetools==5.0.0
2424
certifi==2021.10.8
@@ -39,6 +39,7 @@ dm-tree==0.1.6
3939
docutils==0.17.1
4040
entrypoints==0.4
4141
execnet==1.9.0
42+
fastjsonschema==2.15.3
4243
filelock==3.6.0
4344
flake8==4.0.1
4445
flake8-blind-except==0.2.1
@@ -55,7 +56,7 @@ fonttools==4.31.2
5556
gast==0.4.0
5657
gitdb==4.0.9
5758
gitpython==3.1.27
58-
google-auth==2.6.2
59+
google-auth==2.6.3
5960
google-auth-oauthlib==0.4.6
6061
google-pasta==0.2.0
6162
graphviz==0.19.1
@@ -70,31 +71,31 @@ iminuit==2.11.2
7071
importlib-metadata==4.2.0
7172
importlib-resources==5.6.0
7273
iniconfig==1.1.1
73-
ipykernel==6.11.0
74+
ipykernel==6.12.1
7475
ipympl==0.8.8
7576
ipython==7.32.0
7677
ipython-genutils==0.2.0
7778
ipywidgets==7.7.0
7879
isort==5.10.1
79-
jax==0.3.4
80-
jaxlib==0.3.2
80+
jax==0.3.5
81+
jaxlib==0.3.5
8182
jedi==0.18.1
8283
jinja2==3.1.1
8384
json5==0.9.6
8485
jsonschema==4.4.0
8586
jupyter==1.0.0
8687
jupyter-cache==0.4.3
87-
jupyter-client==7.2.1
88+
jupyter-client==7.2.2
8889
jupyter-console==6.4.3
8990
jupyter-core==4.9.2
9091
jupyter-server==1.16.0
9192
jupyter-server-mathjax==0.2.5
9293
jupyter-sphinx==0.3.2
93-
jupyterlab==3.3.2
94+
jupyterlab==3.3.3
9495
jupyterlab-code-formatter==1.4.10
9596
jupyterlab-markup==1.0.1
9697
jupyterlab-myst==0.1.6 ; python_version >= "3.7.0"
97-
jupyterlab-pygments==0.1.2
98+
jupyterlab-pygments==0.2.0
9899
jupyterlab-server==2.12.0
99100
jupyterlab-widgets==1.1.0
100101
keras==2.7.0
@@ -121,7 +122,7 @@ nbclassic==0.3.7
121122
nbclient==0.5.13
122123
nbconvert==6.4.5
123124
nbdime==3.1.1
124-
nbformat==5.2.0
125+
nbformat==5.3.0
125126
nbmake==1.3.0
126127
nest-asyncio==1.5.5
127128
nodeenv==1.6.0
@@ -137,18 +138,16 @@ pandocfilters==1.5.0
137138
parso==0.8.3
138139
particle==0.20.1
139140
pathspec==0.9.0
140-
pep517==0.12.0
141141
pep8-naming==0.12.1
142142
pexpect==4.8.0
143143
phasespace==1.4.2
144144
pickleshare==0.7.5
145145
pillow==9.1.0
146-
pip-tools==6.5.1
147146
platformdirs==2.5.1
148147
pluggy==1.0.0
149148
pre-commit==2.18.1
150-
prometheus-client==0.13.1
151-
prompt-toolkit==3.0.28
149+
prometheus-client==0.14.0
150+
prompt-toolkit==3.0.29
152151
protobuf==3.20.0
153152
psutil==5.9.0
154153
ptyprocess==0.7.0
@@ -163,7 +162,7 @@ pydata-sphinx-theme==0.8.1
163162
pydocstyle==6.1.1
164163
pyflakes==2.4.0
165164
pygments==2.11.2
166-
pylint==2.13.4 ; python_version >= "3.7.0"
165+
pylint==2.13.5 ; python_version >= "3.7.0"
167166
pyparsing==3.0.7
168167
pyrsistent==0.18.1
169168
pytest==7.1.1
@@ -191,7 +190,7 @@ six==1.16.0
191190
smmap==5.0.0
192191
sniffio==1.2.0
193192
snowballstemmer==2.2.0
194-
soupsieve==2.3.1
193+
soupsieve==2.3.2
195194
sphinx==4.3.2 ; python_version < "3.8.0"
196195
sphinx-autobuild==2021.3.14
197196
sphinx-book-theme==0.3.2
@@ -208,7 +207,7 @@ sphinxcontrib-jsmath==1.0.1
208207
sphinxcontrib-qthelp==1.0.3
209208
sphinxcontrib-serializinghtml==1.1.5
210209
sphobjinv==2.2.2
211-
sqlalchemy==1.4.34
210+
sqlalchemy==1.4.35
212211
sympy==1.10.1
213212
tensorboard==2.8.0
214213
tensorboard-data-server==0.6.1
@@ -231,7 +230,7 @@ types-docutils==0.18.0
231230
types-pkg-resources==0.1.3
232231
types-pyyaml==6.0.5
233232
types-requests==2.27.16
234-
types-setuptools==57.4.11
233+
types-setuptools==57.4.12
235234
types-urllib3==1.26.11
236235
typing-extensions==4.1.1
237236
urllib3==1.26.9
@@ -246,5 +245,4 @@ wrapt==1.14.0
246245
zipp==3.8.0
247246

248247
# The following packages are considered to be unsafe in a requirements file:
249-
# pip
250248
# setuptools

.constraints/py3.8.txt

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
absl-py==1.0.0
88
alabaster==0.7.12
9-
ampform==0.13.3
9+
ampform==0.14.0
1010
anyio==3.5.0
1111
aquirdturtle-collapsible-headings==3.1.0
1212
argon2-cffi==21.3.0
@@ -17,9 +17,9 @@ astunparse==1.6.3
1717
attrs==21.4.0
1818
babel==2.9.1
1919
backcall==0.2.0
20-
beautifulsoup4==4.10.0
20+
beautifulsoup4==4.11.0
2121
black==22.3.0 ; python_version >= "3.7.0"
22-
bleach==4.1.0
22+
bleach==5.0.0
2323
cachetools==5.0.0
2424
certifi==2021.10.8
2525
cffi==1.15.0
@@ -40,6 +40,7 @@ docutils==0.17.1
4040
entrypoints==0.4
4141
execnet==1.9.0
4242
executing==0.8.3
43+
fastjsonschema==2.15.3
4344
filelock==3.6.0
4445
flake8==4.0.1
4546
flake8-blind-except==0.2.1
@@ -57,7 +58,7 @@ fonttools==4.31.2
5758
gast==0.4.0
5859
gitdb==4.0.9
5960
gitpython==3.1.27
60-
google-auth==2.6.2
61+
google-auth==2.6.3
6162
google-auth-oauthlib==0.4.6
6263
google-pasta==0.2.0
6364
graphviz==0.19.1
@@ -72,31 +73,31 @@ iminuit==2.11.2
7273
importlib-metadata==4.11.3
7374
importlib-resources==5.6.0
7475
iniconfig==1.1.1
75-
ipykernel==6.11.0
76+
ipykernel==6.12.1
7677
ipympl==0.8.8
7778
ipython==8.2.0
7879
ipython-genutils==0.2.0
7980
ipywidgets==7.7.0
8081
isort==5.10.1
81-
jax==0.3.4
82-
jaxlib==0.3.2
82+
jax==0.3.5
83+
jaxlib==0.3.5
8384
jedi==0.18.1
8485
jinja2==3.1.1
8586
json5==0.9.6
8687
jsonschema==4.4.0
8788
jupyter==1.0.0
8889
jupyter-cache==0.4.3
89-
jupyter-client==7.2.1
90+
jupyter-client==7.2.2
9091
jupyter-console==6.4.3
9192
jupyter-core==4.9.2
9293
jupyter-server==1.16.0
9394
jupyter-server-mathjax==0.2.5
9495
jupyter-sphinx==0.3.2
95-
jupyterlab==3.3.2
96+
jupyterlab==3.3.3
9697
jupyterlab-code-formatter==1.4.10
9798
jupyterlab-markup==1.0.1
9899
jupyterlab-myst==0.1.6 ; python_version >= "3.7.0"
99-
jupyterlab-pygments==0.1.2
100+
jupyterlab-pygments==0.2.0
100101
jupyterlab-server==2.12.0
101102
jupyterlab-widgets==1.1.0
102103
keras==2.7.0
@@ -123,7 +124,7 @@ nbclassic==0.3.7
123124
nbclient==0.5.13
124125
nbconvert==6.4.5
125126
nbdime==3.1.1
126-
nbformat==5.2.0
127+
nbformat==5.3.0
127128
nbmake==1.3.0
128129
nest-asyncio==1.5.5
129130
nodeenv==1.6.0
@@ -139,18 +140,16 @@ pandocfilters==1.5.0
139140
parso==0.8.3
140141
particle==0.20.1
141142
pathspec==0.9.0
142-
pep517==0.12.0
143143
pep8-naming==0.12.1
144144
pexpect==4.8.0
145145
phasespace==1.4.2
146146
pickleshare==0.7.5
147147
pillow==9.1.0
148-
pip-tools==6.5.1
149148
platformdirs==2.5.1
150149
pluggy==1.0.0
151150
pre-commit==2.18.1
152-
prometheus-client==0.13.1
153-
prompt-toolkit==3.0.28
151+
prometheus-client==0.14.0
152+
prompt-toolkit==3.0.29
154153
protobuf==3.20.0
155154
psutil==5.9.0
156155
ptyprocess==0.7.0
@@ -166,7 +165,7 @@ pydata-sphinx-theme==0.8.1
166165
pydocstyle==6.1.1
167166
pyflakes==2.4.0
168167
pygments==2.11.2
169-
pylint==2.13.4 ; python_version >= "3.7.0"
168+
pylint==2.13.5 ; python_version >= "3.7.0"
170169
pyparsing==3.0.7
171170
pyrsistent==0.18.1
172171
pytest==7.1.1
@@ -193,7 +192,7 @@ six==1.16.0
193192
smmap==5.0.0
194193
sniffio==1.2.0
195194
snowballstemmer==2.2.0
196-
soupsieve==2.3.1
195+
soupsieve==2.3.2
197196
sphinx==4.5.0
198197
sphinx-autobuild==2021.3.14
199198
sphinx-book-theme==0.3.2
@@ -210,7 +209,7 @@ sphinxcontrib-jsmath==1.0.1
210209
sphinxcontrib-qthelp==1.0.3
211210
sphinxcontrib-serializinghtml==1.1.5
212211
sphobjinv==2.2.2
213-
sqlalchemy==1.4.34
212+
sqlalchemy==1.4.35
214213
stack-data==0.2.0
215214
sympy==1.10.1
216215
tensorboard==2.8.0
@@ -233,7 +232,7 @@ types-docutils==0.18.0
233232
types-pkg-resources==0.1.3
234233
types-pyyaml==6.0.5
235234
types-requests==2.27.16
236-
types-setuptools==57.4.11
235+
types-setuptools==57.4.12
237236
types-urllib3==1.26.11
238237
typing-extensions==4.1.1
239238
urllib3==1.26.9
@@ -248,5 +247,4 @@ wrapt==1.14.0
248247
zipp==3.8.0
249248

250249
# The following packages are considered to be unsafe in a requirements file:
251-
# pip
252250
# setuptools

0 commit comments

Comments
 (0)