Skip to content

Commit

Permalink
build: require AmpForm v0.11.*
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 30, 2021
1 parent 7c1bab9 commit a695b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ project_urls =
[options]
python_requires = >=3.6, <3.10
install_requires =
ampform >= 0.10.4 # symplot.substitute_indexed_symbols
ampform == 0.11.* # wrapped dynamics classes + K-matrix
ipympl
matplotlib
mpl_interactions
qrules[viz]
tensorwaves[jax] >= 0.2.1 # extras_require jax
tensorwaves[jax] >= 0.3.1 # compatibe with ampform 0.11.x
setup_requires =
setuptools_scm

Expand Down

0 comments on commit a695b22

Please sign in to comment.