From a695b22dd96fb7bab787d9ef832d4baa80aa6646 Mon Sep 17 00:00:00 2001 From: Remco de Boer Date: Mon, 30 Aug 2021 12:58:46 +0200 Subject: [PATCH] build: require AmpForm v0.11.* --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 28aa319a..df83cfec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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