Skip to content

Commit

Permalink
build: allow installing AmpForm v0.11.x (#310)
Browse files Browse the repository at this point in the history
* chore: remove redundant slashes in conf.py
* ci: upgrade pinned requirements (automatic)

Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
redeboer and github-actions[bot] authored Aug 30, 2021
1 parent c1ab1f3 commit 57f6ec0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .constraints/py3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ json5==0.9.6
jsonschema==3.2.0
jupyter==1.0.0
jupyter-cache==0.4.3
jupyter-client==7.0.1
jupyter-client==7.0.2
jupyter-console==6.4.0
jupyter-core==4.7.1
jupyter-server==1.10.2
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ iminuit==2.8.2
importlib-metadata==4.8.1
importlib-resources==5.2.2
iniconfig==1.1.1
ipykernel==6.2.0
ipykernel==6.3.0
ipython==7.27.0
ipython-genutils==0.2.0
ipywidgets==7.6.3
Expand All @@ -85,7 +85,7 @@ json5==0.9.6
jsonschema==3.2.0
jupyter==1.0.0
jupyter-cache==0.4.3
jupyter-client==7.0.1
jupyter-client==7.0.2
jupyter-console==6.4.0
jupyter-core==4.7.1
jupyter-server==1.10.2
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ iminuit==2.8.2
importlib-metadata==4.8.1
importlib-resources==5.2.2
iniconfig==1.1.1
ipykernel==6.2.0
ipykernel==6.3.0
ipython==7.27.0
ipython-genutils==0.2.0
ipywidgets==7.6.3
Expand All @@ -83,7 +83,7 @@ json5==0.9.6
jsonschema==3.2.0
jupyter==1.0.0
jupyter-cache==0.4.3
jupyter-client==7.0.1
jupyter-client==7.0.2
jupyter-console==6.4.0
jupyter-core==4.7.1
jupyter-server==1.10.2
Expand Down
4 changes: 2 additions & 2 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ iminuit==2.8.2
importlib-metadata==4.8.1
importlib-resources==5.2.2
iniconfig==1.1.1
ipykernel==6.2.0
ipykernel==6.3.0
ipython==7.27.0
ipython-genutils==0.2.0
ipywidgets==7.6.3
Expand All @@ -83,7 +83,7 @@ json5==0.9.6
jsonschema==3.2.0
jupyter==1.0.0
jupyter-cache==0.4.3
jupyter-client==7.0.1
jupyter-client==7.0.2
jupyter-console==6.4.0
jupyter-core==4.7.1
jupyter-server==1.10.2
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@

intersphinx_mapping = {
"ampform": (
f"https://ampform.readthedocs.io/en/{RELEASES['ampform']}/",
f"https://ampform.readthedocs.io/en/{RELEASES['ampform']}",
None,
),
"compwa-org": ("https://compwa-org.readthedocs.io/en/stable", None),
Expand All @@ -172,10 +172,10 @@
"pwa": ("https://pwa.readthedocs.io", None),
"python": ("https://docs.python.org/3", None),
"qrules": (
f"https://qrules.readthedocs.io/en/{RELEASES['qrules']}/",
f"https://qrules.readthedocs.io/en/{RELEASES['qrules']}",
None,
),
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
"scipy": ("https://docs.scipy.org/doc/scipy", None),
"sympy": ("https://docs.sympy.org/latest", None),
"tensorflow": (
"https://www.tensorflow.org/api_docs/python",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ python_requires = >=3.6, <3.10
setup_requires =
setuptools_scm
install_requires =
ampform == 0.10.*
ampform >= 0.10.*, <= 0.11.*
iminuit >= 2.0
numpy
phasespace >= 1.2.0
Expand Down

0 comments on commit 57f6ec0

Please sign in to comment.