Skip to content

Commit

Permalink
fix: use correct version boundary syntax for pip (#311)
Browse files Browse the repository at this point in the history
* fix: use correct version boundary syntax for pip
* ci: upgrade pinned requirements (automatic)
* docs: temporarily remove analytic-continuation page (see #312)

Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
redeboer and github-actions[bot] committed Aug 30, 2021
1 parent 57f6ec0 commit d1465c1
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 298 deletions.
2 changes: 1 addition & 1 deletion .constraints/py3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
absl-py==0.13.0
alabaster==0.7.12
ampform==0.10.5
ampform==0.11.1
anyio==3.3.0
appdirs==1.4.4
aquirdturtle-collapsible-headings==3.1.0
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
absl-py==0.13.0
alabaster==0.7.12
ampform==0.10.5
ampform==0.11.1
anyio==3.3.0
appdirs==1.4.4
aquirdturtle-collapsible-headings==3.1.0
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
absl-py==0.13.0
alabaster==0.7.12
ampform==0.10.5
ampform==0.11.1
anyio==3.3.0
appdirs==1.4.4
aquirdturtle-collapsible-headings==3.1.0
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
absl-py==0.13.0
alabaster==0.7.12
ampform==0.10.5
ampform==0.11.1
anyio==3.3.0
appdirs==1.4.4
aquirdturtle-collapsible-headings==3.1.0
Expand Down
1 change: 0 additions & 1 deletion docs/usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@
"usage/step2\n",
"usage/step3\n",
"usage/basics\n",
"usage/analytic-continuation\n",
"usage/faster-lambdify\n",
"```"
]
Expand Down
292 changes: 0 additions & 292 deletions docs/usage/analytic-continuation.ipynb

This file was deleted.

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.*, <= 0.11.*
ampform >= 0.10, < 0.12
iminuit >= 2.0
numpy
phasespace >= 1.2.0
Expand Down

0 comments on commit d1465c1

Please sign in to comment.