diff --git a/setup.cfg b/setup.cfg index d4a3425..328a59d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,6 +37,7 @@ install_requires = chex>=0.1 jaxopt optax + pyhf>=0.6.3 typing_extensions>=3.7;python_version<'3.8' python_requires = >=3.7, < 3.10 include_package_data = True @@ -50,7 +51,6 @@ where = src dev = iminuit pre-commit - pyhf>=0.6.2 pytest>=6 pytest-cov>=3 docs = @@ -60,7 +60,6 @@ docs = sphinx_copybutton test = iminuit - pyhf>=0.6.2 pytest>=6 pytest-cov>=3