Skip to content

Commit

Permalink
Merge pull request #143 from regro-cf-autotick-bot/2.7.0_h8329c7
Browse files Browse the repository at this point in the history
mlflow v2.7.0
  • Loading branch information
BenWilson2 authored Sep 12, 2023
2 parents 6611914 + fffc39e commit 5f48643
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "mlflow" %}
{% set version = "2.6.0" %}
{% set version = "2.7.0" %}
{% if mlflow_variant == "skinny" %}
{% set mlflow_suffix = "-skinny" %}
{% set mlflow_other = "" %}
Expand All @@ -14,10 +14,10 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: fd569232e65d69c0cb7006847b1a1bd80831bf0e19378052a44ee5c0ae349182
sha256: deaf0f5f27608e9526d69fffcca70c822ac90ea290a6f3e4bb3dfa1b209b0111

build:
number: 1
number: 0

outputs:
- name: mlflow{{ mlflow_suffix }}
Expand Down Expand Up @@ -61,7 +61,7 @@ outputs:
- importlib-metadata <7,>=3.7.0,!=4.7.0
- openssl
- scikit-learn <2 # [mlflow_variant != "skinny"]
- pyarrow <13,>=4.0.0 # [mlflow_variant != "skinny"]
- pyarrow <14,>=4.0.0 # [mlflow_variant != "skinny"]
- markdown <4,>=3.3 # [mlflow_variant != "skinny"]
- jinja2 <4,>=3.0 # [win and mlflow_variant != "skinny"]
- jinja2 <4,>=2.11 # [not win and mlflow_variant != "skinny"]
Expand Down

0 comments on commit 5f48643

Please sign in to comment.