From f89d03f7a94102d3a5a5fe96de16545f29aedefa Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sat, 14 Sep 2024 05:50:23 +0000 Subject: [PATCH 1/2] updated v2.16.1 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e1707ab..a6e1a7b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "mlflow" %} -{% set version = "2.16.0" %} +{% set version = "2.16.1" %} package: name: mlflow-split @@ -7,7 +7,7 @@ package: source: url: https://github.com/mlflow/mlflow/archive/refs/tags/v{{ version }}.zip - sha256: c9f8610142445556a4aee1849e7129056e6b67b180f86609f180740c5c9f051a + sha256: 28ed1d0343857bc4008f30891d1ba1ca247397f8d5aae34003a11f68b01f66ea build: number: 0 From 814bbeb18c188935f2eacfed586a6cf96fb1da3d Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Sat, 14 Sep 2024 05:51:52 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.39.1, and conda-forge-pinning 2024.09.13.11.38.09 --- build-locally.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-locally.py b/build-locally.py index d78427b..8ac9b84 100755 --- a/build-locally.py +++ b/build-locally.py @@ -1,8 +1,11 @@ -#!/usr/bin/env python3 +#!/bin/sh +"""exec' "python3" "$0" "$@" #""" # fmt: off # fmt: on # # This file has been generated by conda-smithy in order to build the recipe # locally. # +# The line above this comment is a bash / sh / zsh guard +# to stop people from running it with the wrong interpreter import glob import os import platform