Skip to content

Commit 29213ce

Browse files
redeboerweb-flow
andauthored
fix: remove phasespace version limit (#445)
* ci: update (downgrade) pip constraints and pre-commit config Co-authored-by: GitHub <[email protected]>
1 parent 53b0165 commit 29213ce

File tree

4 files changed

+52
-53
lines changed

4 files changed

+52
-53
lines changed

.constraints/py3.7.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.7.txt --strip-extras setup.py
66
#
7-
absl-py==1.1.0
7+
absl-py==0.15.0
88
alabaster==0.7.12
99
ampform==0.14.1
1010
anyio==3.6.1
@@ -19,11 +19,13 @@ backcall==0.2.0
1919
beautifulsoup4==4.11.1
2020
black==22.3.0
2121
bleach==5.0.0
22-
cachetools==5.2.0
22+
cached-property==1.5.2
23+
cachetools==4.2.4
2324
certifi==2022.5.18.1
2425
cffi==1.15.0
2526
cfgv==3.3.1
2627
charset-normalizer==2.0.12
28+
clang==5.0
2729
click==8.1.3
2830
cloudpickle==2.1.0
2931
colorama==0.4.4
@@ -50,16 +52,16 @@ flake8-plugin-utils==1.3.2
5052
flake8-pytest-style==1.6.0
5153
flake8-rst-docstrings==0.2.6
5254
flake8-use-fstring==1.3
53-
flatbuffers==2.0
55+
flatbuffers==1.12
5456
fonttools==4.33.3
5557
gast==0.4.0
56-
google-auth==2.7.0
58+
google-auth==1.35.0
5759
google-auth-oauthlib==0.4.6
5860
google-pasta==0.2.0
5961
graphviz==0.20
6062
greenlet==1.1.2
6163
grpcio==1.46.3
62-
h5py==3.7.0
64+
h5py==3.1.0
6365
hepunits==2.2.0
6466
identify==2.5.1
6567
idna==3.3
@@ -93,11 +95,10 @@ jupyterlab-myst==0.1.6
9395
jupyterlab-pygments==0.2.2
9496
jupyterlab-server==2.14.0
9597
jupyterlab-widgets==1.1.0
96-
keras==2.7.0
98+
keras==2.6.0
9799
keras-preprocessing==1.1.2
98100
kiwisolver==1.4.2
99101
lazy-object-proxy==1.7.1
100-
libclang==14.0.1
101102
livereload==2.6.3
102103
llvmlite==0.38.1
103104
markdown==3.3.4 ; python_version < "3.8.0"
@@ -124,7 +125,7 @@ nodeenv==1.6.0
124125
notebook==6.4.12
125126
notebook-shim==0.1.0
126127
numba==0.55.2
127-
numpy==1.21.6
128+
numpy==1.19.5
128129
oauthlib==3.2.0
129130
opt-einsum==3.3.0
130131
packaging==21.3
@@ -135,7 +136,7 @@ particle==0.20.1
135136
pathspec==0.9.0
136137
pep8-naming==0.13.0
137138
pexpect==4.8.0
138-
phasespace==1.4.2
139+
phasespace==1.6.0
139140
pickleshare==0.7.5
140141
pillow==9.1.1
141142
platformdirs==2.5.2
@@ -181,7 +182,7 @@ rsa==4.8
181182
scipy==1.7.3
182183
send2trash==1.8.0
183184
singledispatchmethod==1.0
184-
six==1.16.0
185+
six==1.15.0
185186
sniffio==1.2.0
186187
snowballstemmer==2.2.0
187188
soupsieve==2.3.2.post1
@@ -204,13 +205,12 @@ sphobjinv==2.2.2
204205
sqlalchemy==1.4.37
205206
sympy==1.10.1
206207
tabulate==0.8.9
207-
tensorboard==2.9.0
208+
tensorboard==2.6.0
208209
tensorboard-data-server==0.6.1
209210
tensorboard-plugin-wit==1.8.1
210-
tensorflow==2.7.3
211-
tensorflow-estimator==2.7.0
212-
tensorflow-io-gcs-filesystem==0.26.0
213-
tensorflow-probability==0.17.0
211+
tensorflow==2.6.5
212+
tensorflow-estimator==2.6.0
213+
tensorflow-probability==0.13.0
214214
termcolor==1.1.0
215215
terminado==0.15.0
216216
tinycss2==1.1.1
@@ -228,7 +228,7 @@ types-pyyaml==6.0.8
228228
types-requests==2.27.30
229229
types-setuptools==57.4.17
230230
types-urllib3==1.26.15
231-
typing-extensions==4.2.0
231+
typing-extensions==3.10.0.2
232232
urllib3==1.26.9
233233
virtualenv==20.14.1
234234
wcwidth==0.2.5
@@ -237,7 +237,7 @@ websocket-client==1.3.2
237237
werkzeug==2.1.2
238238
wheel==0.37.1
239239
widgetsnbextension==3.6.0
240-
wrapt==1.14.1
240+
wrapt==1.12.1
241241
zipp==3.8.0
242242

243243
# The following packages are considered to be unsafe in a requirements file:

.constraints/py3.8.txt

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.8.txt --strip-extras setup.py
66
#
7-
absl-py==1.1.0
7+
absl-py==0.15.0
88
alabaster==0.7.12
99
ampform==0.14.1
1010
anyio==3.6.1
@@ -20,11 +20,12 @@ backcall==0.2.0
2020
beautifulsoup4==4.11.1
2121
black==22.3.0
2222
bleach==5.0.0
23-
cachetools==5.2.0
23+
cachetools==4.2.4
2424
certifi==2022.5.18.1
2525
cffi==1.15.0
2626
cfgv==3.3.1
2727
charset-normalizer==2.0.12
28+
clang==5.0
2829
click==8.1.3
2930
cloudpickle==2.1.0
3031
colorama==0.4.4
@@ -53,16 +54,16 @@ flake8-pytest-style==1.6.0
5354
flake8-rst-docstrings==0.2.6
5455
flake8-type-ignore==0.1.0.post2 ; python_version >= "3.8.0"
5556
flake8-use-fstring==1.3
56-
flatbuffers==2.0
57+
flatbuffers==1.12
5758
fonttools==4.33.3
5859
gast==0.4.0
59-
google-auth==2.7.0
60+
google-auth==1.35.0
6061
google-auth-oauthlib==0.4.6
6162
google-pasta==0.2.0
6263
graphviz==0.20
6364
greenlet==1.1.2
6465
grpcio==1.46.3
65-
h5py==3.7.0
66+
h5py==3.1.0
6667
hepunits==2.2.0
6768
identify==2.5.1
6869
idna==3.3
@@ -96,11 +97,10 @@ jupyterlab-myst==0.1.6
9697
jupyterlab-pygments==0.2.2
9798
jupyterlab-server==2.14.0
9899
jupyterlab-widgets==1.1.0
99-
keras==2.7.0
100+
keras==2.6.0
100101
keras-preprocessing==1.1.2
101102
kiwisolver==1.4.2
102103
lazy-object-proxy==1.7.1
103-
libclang==14.0.1
104104
livereload==2.6.3
105105
llvmlite==0.38.1
106106
markdown==3.3.7
@@ -127,7 +127,7 @@ nodeenv==1.6.0
127127
notebook==6.4.12
128128
notebook-shim==0.1.0
129129
numba==0.55.2
130-
numpy==1.22.4
130+
numpy==1.19.5
131131
oauthlib==3.2.0
132132
opt-einsum==3.3.0
133133
packaging==21.3
@@ -138,7 +138,7 @@ particle==0.20.1
138138
pathspec==0.9.0
139139
pep8-naming==0.13.0
140140
pexpect==4.8.0
141-
phasespace==1.4.2
141+
phasespace==1.6.0
142142
pickleshare==0.7.5
143143
pillow==9.1.1
144144
platformdirs==2.5.2
@@ -184,7 +184,7 @@ restructuredtext-lint==1.4.0
184184
rsa==4.8
185185
scipy==1.8.1
186186
send2trash==1.8.0
187-
six==1.16.0
187+
six==1.15.0
188188
sniffio==1.2.0
189189
snowballstemmer==2.2.0
190190
soupsieve==2.3.2.post1
@@ -208,13 +208,12 @@ sqlalchemy==1.4.37
208208
stack-data==0.2.0
209209
sympy==1.10.1
210210
tabulate==0.8.9
211-
tensorboard==2.9.0
211+
tensorboard==2.6.0
212212
tensorboard-data-server==0.6.1
213213
tensorboard-plugin-wit==1.8.1
214-
tensorflow==2.7.3
215-
tensorflow-estimator==2.7.0
216-
tensorflow-io-gcs-filesystem==0.26.0
217-
tensorflow-probability==0.17.0
214+
tensorflow==2.6.5
215+
tensorflow-estimator==2.6.0
216+
tensorflow-probability==0.13.0
218217
termcolor==1.1.0
219218
terminado==0.15.0
220219
tinycss2==1.1.1
@@ -231,7 +230,7 @@ types-pyyaml==6.0.8
231230
types-requests==2.27.30
232231
types-setuptools==57.4.17
233232
types-urllib3==1.26.15
234-
typing-extensions==4.2.0
233+
typing-extensions==3.10.0.2
235234
urllib3==1.26.9
236235
virtualenv==20.14.1
237236
wcwidth==0.2.5
@@ -240,7 +239,7 @@ websocket-client==1.3.2
240239
werkzeug==2.1.2
241240
wheel==0.37.1
242241
widgetsnbextension==3.6.0
243-
wrapt==1.14.1
242+
wrapt==1.12.1
244243
zipp==3.8.0
245244

246245
# The following packages are considered to be unsafe in a requirements file:

.constraints/py3.9.txt

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.9.txt --strip-extras setup.py
66
#
7-
absl-py==1.1.0
7+
absl-py==0.15.0
88
alabaster==0.7.12
99
ampform==0.14.1
1010
anyio==3.6.1
@@ -20,11 +20,12 @@ backcall==0.2.0
2020
beautifulsoup4==4.11.1
2121
black==22.3.0
2222
bleach==5.0.0
23-
cachetools==5.2.0
23+
cachetools==4.2.4
2424
certifi==2022.5.18.1
2525
cffi==1.15.0
2626
cfgv==3.3.1
2727
charset-normalizer==2.0.12
28+
clang==5.0
2829
click==8.1.3
2930
cloudpickle==2.1.0
3031
colorama==0.4.4
@@ -53,16 +54,16 @@ flake8-pytest-style==1.6.0
5354
flake8-rst-docstrings==0.2.6
5455
flake8-type-ignore==0.1.0.post2 ; python_version >= "3.8.0"
5556
flake8-use-fstring==1.3
56-
flatbuffers==2.0
57+
flatbuffers==1.12
5758
fonttools==4.33.3
5859
gast==0.4.0
59-
google-auth==2.7.0
60+
google-auth==1.35.0
6061
google-auth-oauthlib==0.4.6
6162
google-pasta==0.2.0
6263
graphviz==0.20
6364
greenlet==1.1.2
6465
grpcio==1.46.3
65-
h5py==3.7.0
66+
h5py==3.1.0
6667
hepunits==2.2.0
6768
identify==2.5.1
6869
idna==3.3
@@ -95,11 +96,10 @@ jupyterlab-myst==0.1.6
9596
jupyterlab-pygments==0.2.2
9697
jupyterlab-server==2.14.0
9798
jupyterlab-widgets==1.1.0
98-
keras==2.7.0
99+
keras==2.6.0
99100
keras-preprocessing==1.1.2
100101
kiwisolver==1.4.2
101102
lazy-object-proxy==1.7.1
102-
libclang==14.0.1
103103
livereload==2.6.3
104104
llvmlite==0.38.1
105105
markdown==3.3.7
@@ -126,7 +126,7 @@ nodeenv==1.6.0
126126
notebook==6.4.12
127127
notebook-shim==0.1.0
128128
numba==0.55.2
129-
numpy==1.22.4
129+
numpy==1.19.5
130130
oauthlib==3.2.0
131131
opt-einsum==3.3.0
132132
packaging==21.3
@@ -137,7 +137,7 @@ particle==0.20.1
137137
pathspec==0.9.0
138138
pep8-naming==0.13.0
139139
pexpect==4.8.0
140-
phasespace==1.4.2
140+
phasespace==1.6.0
141141
pickleshare==0.7.5
142142
pillow==9.1.1
143143
platformdirs==2.5.2
@@ -183,7 +183,7 @@ restructuredtext-lint==1.4.0
183183
rsa==4.8
184184
scipy==1.8.1
185185
send2trash==1.8.0
186-
six==1.16.0
186+
six==1.15.0
187187
sniffio==1.2.0
188188
snowballstemmer==2.2.0
189189
soupsieve==2.3.2.post1
@@ -207,13 +207,12 @@ sqlalchemy==1.4.37
207207
stack-data==0.2.0
208208
sympy==1.10.1
209209
tabulate==0.8.9
210-
tensorboard==2.9.0
210+
tensorboard==2.6.0
211211
tensorboard-data-server==0.6.1
212212
tensorboard-plugin-wit==1.8.1
213-
tensorflow==2.7.3
214-
tensorflow-estimator==2.7.0
215-
tensorflow-io-gcs-filesystem==0.26.0
216-
tensorflow-probability==0.17.0
213+
tensorflow==2.6.5
214+
tensorflow-estimator==2.6.0
215+
tensorflow-probability==0.13.0
217216
termcolor==1.1.0
218217
terminado==0.15.0
219218
tinycss2==1.1.1
@@ -230,7 +229,7 @@ types-pyyaml==6.0.8
230229
types-requests==2.27.30
231230
types-setuptools==57.4.17
232231
types-urllib3==1.26.15
233-
typing-extensions==4.2.0
232+
typing-extensions==3.10.0.2
234233
urllib3==1.26.9
235234
virtualenv==20.14.1
236235
wcwidth==0.2.5
@@ -239,7 +238,7 @@ websocket-client==1.3.2
239238
werkzeug==2.1.2
240239
wheel==0.37.1
241240
widgetsnbextension==3.6.0
242-
wrapt==1.14.1
241+
wrapt==1.12.1
243242
zipp==3.8.0
244243

245244
# The following packages are considered to be unsafe in a requirements file:

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,13 @@ jax =
5858
numba =
5959
numba
6060
tf =
61-
tensorflow >=2.4, <2.8 # tensorflow.experimental.numpy
61+
tensorflow >=2.4, <3 # tensorflow.experimental.numpy
6262
tensorflow =
6363
%(tf)s
6464
phsp =
6565
%(tensorflow)s
66-
phasespace >=1.2.0, <1.5.0 # https://github.com/zfit/phasespace/pull/69
66+
phasespace >=1.2.0, <2
67+
tensorflow <2.7 # https://github.com/ComPWA/tensorwaves/runs/6776752842?check_suite_focus=true#step:3:71
6768
phasespace =
6869
%(phsp)s
6970
pwa =

0 commit comments

Comments
 (0)