From aab48b18c785c5a6ed5c7f287ffbd2547bf1235e Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 2 Feb 2024 09:30:33 +0800 Subject: [PATCH] add pip versioneer --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8f2aa40b6..38b21ee1a 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ def unique_flatten_dict(d): 'flake8>=5.0', 'psutil', 'build', + 'versioneer', 'dirty-cat', # 'cuml', ## cannot test on github actions # 'cudf',