Skip to content

Commit

Permalink
[bot-automerge] azure-ai-ml v1.21.0 (#19)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Oct 10, 2024
2 parents bed1ddd + dc0c730 commit a8a0a93
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 25 deletions.
2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

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

30 changes: 28 additions & 2 deletions azure-pipelines.yml

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

2 changes: 1 addition & 1 deletion build-locally.py

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

45 changes: 23 additions & 22 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,43 +1,44 @@
{% set name = "azure-ai-ml" %}
{% set version = "1.20.0" %}
{% set version = "1.21.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 6432a0da1b7250cb0db5a1c33202e0419935e19ea32d4c2b3220705f8f1d4101
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 9a6c829487e03a03c9543e39890469048e989daeeb9b9a90518ca1066283235c

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.7,<4.0
- python >=3.7
- pip
- setuptools
run:
- python >=3.7,<4.0
- pyyaml <7.0.0,>=5.1.0
- python >=3.7
- pyyaml >=5.1.0
- msrest >=0.6.18
- azure-core <2.0.0,>=1.23.0
- azure-mgmt-core <2.0.0,>=1.3.0
- marshmallow <4.0.0,>=3.5
- jsonschema <5.0.0,>=4.0.0
- tqdm <5.0.0
- strictyaml <2.0.0
- colorama <0.5.0
- pyjwt <3.0.0
- azure-storage-blob <13.0.0,>=12.10.0
- azure-storage-file-share <13.0.0
- azure-storage-file-datalake <13.0.0
- pydash <7.0.6,>=6.0.0
- azure-core >=1.23.0
- azure-mgmt-core >=1.3.0
- marshmallow >=3.5
- jsonschema >=4.0.0
- tqdm
- strictyaml
- colorama
- pyjwt
- azure-storage-blob >=12.10.0
- azure-storage-file-share
- azure-storage-file-datalake >=12.2.0
- pydash >=6.0.0
- isodate
- azure-common <2.0.0,>=1.1
- typing-extensions <5.0.0
- opencensus-ext-azure <2.0.0
- azure-common >=1.1
- typing_extensions
- opencensus-ext-azure
#azure-ai-ml 1.16.0 requires opencensus-ext-logging, which is not installed.
#- opencensus-ext-logging

Expand Down

0 comments on commit a8a0a93

Please sign in to comment.