From c622e5f5fc1405070ad0540d7d08c974826ed12d Mon Sep 17 00:00:00 2001 From: Marc-Antoine Schmidt Date: Fri, 13 Oct 2023 11:59:22 -0400 Subject: [PATCH] change local version --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 639d5904..98bf7740 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,6 @@ import sys from os import path from pathlib import Path -from time import time import mako.template import numpy as np @@ -143,7 +142,7 @@ name="tabmat", use_scm_version={ "version_scheme": "post-release", - "local_scheme": lambda _: f"{int(time())}", + "local_scheme": "no-local-version", }, setup_requires=["setuptools_scm"], description="Efficient matrix representations for working with tabular data.",