Skip to content

Commit

Permalink
change local version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC committed Oct 13, 2023
1 parent 1a2db32 commit c622e5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.",
Expand Down

0 comments on commit c622e5f

Please sign in to comment.