Skip to content

Commit

Permalink
Merge pull request #146 from regro-cf-autotick-bot/2.8.0_h96e757
Browse files Browse the repository at this point in the history
mlflow v2.8.0
  • Loading branch information
BenWilson2 authored Oct 29, 2023
2 parents c049ab6 + 40c5f7e commit c601bfe
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 99 deletions.
56 changes: 8 additions & 48 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 0 additions & 37 deletions .ci_support/migrations/python311.yaml

This file was deleted.

9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

115 changes: 115 additions & 0 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "mlflow" %}
{% set version = "2.7.1" %}
{% set version = "2.8.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: 853b2038496fb8f85cad205943dede877f65ab86e856f296587885dafcef643d
sha256: 75bdc7768ba950aa5c98dd4792a74ec372a4ac2b86d714ee565af18ebede4524

build:
number: 1
number: 0

outputs:
- name: mlflow{{ mlflow_suffix }}
Expand Down Expand Up @@ -66,6 +66,7 @@ outputs:
- jinja2 <4,>=3.0 # [win and mlflow_variant != "skinny"]
- jinja2 <4,>=2.11 # [not win and mlflow_variant != "skinny"]
- matplotlib-base <4 # [mlflow_variant != "skinny"]
- psutil <6 # [mlflow_variant != "skinny"]
run_constrained:
- mlflow{{ mlflow_other }} <0a0
# mlflow[gateway] requirements as it is auto-imported if all dependencies are met
Expand Down

0 comments on commit c601bfe

Please sign in to comment.