Skip to content

Commit

Permalink
Merge pull request #187 from regro-cf-autotick-bot/2.15.0_he26603
Browse files Browse the repository at this point in the history
mlflow v2.15.0
  • Loading branch information
harupy authored Aug 15, 2024
2 parents 374d7d5 + c8a2261 commit 69e7561
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 8 deletions.
21 changes: 21 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml

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

1 change: 0 additions & 1 deletion .scripts/build_steps.sh

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

2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

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

4 changes: 2 additions & 2 deletions build-locally.py

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

1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
azure:
free_disk_space: true
settings_linux:
swapfile_size: 10GiB
settings_win:
Expand Down
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "mlflow" %}
{% set version = "2.14.3" %}
{% set version = "2.15.0" %}

package:
name: mlflow-split
version: {{ version }}

source:
url: https://github.com/mlflow/mlflow/archive/refs/tags/v{{ version }}.zip
sha256: ea631e8954929374be248d9f835c71c59a5991c49382d0071540d364c2f6c212
sha256: bf4fe85ba38bb85ea8e4422bca26dfe29992d7d1fb3a88e141447205b89f4d1a

build:
number: 0
Expand Down Expand Up @@ -44,6 +44,7 @@ outputs:
- cachetools<6,>=5.0.0
- opentelemetry-api<3,>=1.0.0
- opentelemetry-sdk<3,>=1.0.0
- databricks-sdk <1,>=0.20.0
run_constrained:
# mlflow[gateway] requirements as it is auto-imported if all dependencies are met
# See https://github.com/mlflow/mlflow/blob/045ab98cb4c08e71f0d740a0d5a033d6c69dcf8c/mlflow/__init__.py#L244-L249
Expand Down Expand Up @@ -204,7 +205,7 @@ outputs:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- nodejs 16.*
- nodejs 20.*
- yarn
host:
- python
Expand Down

0 comments on commit 69e7561

Please sign in to comment.