Skip to content

Commit

Permalink
Update spin to 0.12
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Sep 9, 2024
1 parent 04d661b commit 7221741
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .spin/cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import click
from spin import util
from spin.cmds import meson
from spin.cmds.meson import build_dir_option


def get_git_revision_hash(submodule) -> str:
Expand Down Expand Up @@ -145,14 +146,18 @@ def setup_submodule(forcesubmodule=False):
@click.option(
"--forcesubmodule", is_flag=True, help="Force submodule pull.", envvar="FORCE_SUBMODULE"
)
@build_dir_option
@click.pass_context
def build(
ctx,
*,
meson_args,
jobs=None,
clean=False,
verbose=False,
gcov=False,
quiet=False,
build_dir=None,
forcesubmodule=False,
):
"""Build treeple using submodules.
Expand Down
2 changes: 1 addition & 1 deletion build_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ click
rich-click
doit
pydevtool
spin
spin>=0.12
build
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ build = [
'twine',
'meson',
'meson-python',
'spin',
'spin>=0.12',
'doit',
'scikit-learn>=1.5.0',
'Cython>=3.0.10',
Expand Down

0 comments on commit 7221741

Please sign in to comment.