From f89be0087d2c1eb59f11f1dbb2d4d15513112067 Mon Sep 17 00:00:00 2001 From: Peter Stangl Date: Tue, 16 Jul 2024 16:01:31 +0200 Subject: [PATCH] Require ckmutil>=1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f98b168..99f76675 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ ] }, install_requires=['numpy>=1.20.0', 'scipy', 'setuptools>=3.3', 'pyyaml', - 'ckmutil>=1.1.0', 'wilson>=2.4', 'particle>=0.21.0', 'parton>=0.2.1', ], + 'ckmutil>=1.2.0', 'wilson>=2.4', 'particle>=0.21.0', 'parton>=0.2.1', ], extras_require={ 'testing': ['nose2'], 'plotting': ['matplotlib>=2.0'],