From 5274ff15999893875955833142a38742d4fc63d6 Mon Sep 17 00:00:00 2001 From: Nathan Simpson Date: Tue, 30 Nov 2021 16:25:20 +0100 Subject: [PATCH] directly depend on pyhf --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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