From 622c5b3fa9cc733745eaab1f2e0747056b77d9e5 Mon Sep 17 00:00:00 2001 From: dhmjhu <166628128+dhmjhu@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:54:34 -0400 Subject: [PATCH 1/2] add version constraint for kilosort4 --- recipe/meta.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1390cf9..021ee17 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -12,7 +12,7 @@ source: build: noarch: python script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 0 + number: 1 requirements: host: @@ -28,6 +28,10 @@ requirements: - python-neo >=0.13.0 - probeinterface >=0.2.23 - packaging + run_constrained: + # As of 0.101.1, the minimum supported version of Kilosort4 is 4.0.16: + # https://github.com/SpikeInterface/spikeinterface/pull/3339 + - kilosort >=4.0.16 test: imports: From 8eb138696451714201c7b6b7350df45285b78145 Mon Sep 17 00:00:00 2001 From: Dan Mittler <166628128+dhmjhu@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:16:11 -0400 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.40.1, and conda-forge-pinning 2024.09.19.15.58.00 --- .scripts/build_steps.sh | 2 ++ build-locally.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 6c805a9..af0b9ac 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -43,6 +43,8 @@ setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" source run_conda_forge_build_setup + + # make the build number clobber make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/build-locally.py b/build-locally.py index 8ac9b84..6788aea 100755 --- a/build-locally.py +++ b/build-locally.py @@ -1,5 +1,5 @@ #!/bin/sh -"""exec' "python3" "$0" "$@" #""" # fmt: off # fmt: on +"""exec" "python3" "$0" "$@" #""" # fmt: off # fmt: on # # This file has been generated by conda-smithy in order to build the recipe # locally.