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 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