Skip to content

Commit

Permalink
Release 1.11.1 changes (#1174)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Action <pwraiciw@us.ibm.com>
  • Loading branch information
Archana-Shinde1 and pwraiciw committed Jun 10, 2024
1 parent 6521f38 commit 56ba68f
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/opence-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
conda install -y python=3.10 conda=23.7.3 conda-build=3.22
conda install -y python=3.10 conda=23.7.3 conda-build=3.22 setuptools=65.*
- name: Clone build tools
shell: bash -l {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opence-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
conda install -y python=3.10 conda=23.7.3 conda-build=3.22
conda install -y python=3.10 conda=23.7.3 conda-build=3.22 setuptools=65.*
- name: Clone build tools
shell: bash -l {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion envs/apache-beam-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ packages:
- feedstock-patches/grpcio/0001-Updated-grpcio-with-opence-changes.patch
- feedstock : apache-beam
{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/arrow-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ packages:
- feedstock : grpc-cpp
- feedstock : pyarrow
- feedstock : orc
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/bazel-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ packages:
runtime_package : False #[not x86_64]
- feedstock : bazel
runtime_package : False
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/cmdstan-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ packages:
- feedstock : https://github.com/conda-forge/stanio-feedstock
git_tag : 2207dffbadf3364df2b714969cb5f040c79b65a5
{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/common-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ packages:
git_tag : be754febf038a93d01e6f7de85d5489ced355f88
- feedstock : https://github.com/AnacondaRecipes/werkzeug-feedstock.git #[ppc64le]
git_tag : e1d5cae5e98645557119f79cd60f221a00e26e34 #[ppc64le]
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/common-p10-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ packages:
git_tag : 3828436c4d164bfeb3a245a511232bf095dd0b8b # 1.26.0
patches :
- feedstock-patches/numpy/0001-Changes-for-P10-and-Open-ce.patch
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,4 +387,4 @@ cuda_levels:
cuda_levels_details:
- sm_60,sm_61,sm_70,sm_75,sm_80,sm_86,sm_90,compute_80,compute_86,compute_90 # [x86_64]
- sm_60,sm_70,sm_75,sm_80,sm_86,sm_90,compute_80,compute_86,compute_90 # [ppc64le]
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/conda_build_config_p10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cpu_opt_tune:
- power10 # [ppc64le]
vector_settings:
- no-pcrel # [ppc64le]
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/dali-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ packages:
{% endif %}
{% endif %}

git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/deepspeed-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ packages:
- feedstock : openmpi #[mpi_type == 'openmpi']
- feedstock : deepspeed
{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/ffmpeg-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ packages:
git_tag : 57ca332013295a161307fa10afdae2197a56cc93
patches :
- feedstock-patches/ffmpeg/0001-disable-codecs-for-opence.patch
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/horovod-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ packages:
- feedstock : horovod
- feedstock : openmpi #[mpi_type == 'openmpi']
{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/jax-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ packages:
git_tag : 246926fe4b05d902071f4fdb12a33c338e0a7847
- feedstock : jax
- feedstock : jaxlib
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/langchain-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ packages:
git_tag : a73cf20cb696f83f9debb53fa46eed2565b1e360
patches :
- feedstock-patches/langchain/0001-Opence-changes-for-langchain.patch
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/lightgbm-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ packages:
patches : # [py==311]
- feedstock-patches/scikit-learn/0001-changes-for-opence.patch # [py==311]
- feedstock : openmpi #[mpi_type == 'openmpi']
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/mamba-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ packages:
- feedstock : https://github.com/conda-forge/cli11-feedstock
git_tag : a8e959fcae876db93c92918e57914f632feac574
- feedstock : mamba
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/misc-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ packages:
patches:
- feedstock-patches/coremltools/0001-coremltools-recipe.patch
{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/onnx-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ packages:
- feedstock : onnxmltools
- feedstock : tf2onnx
{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/openblas-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ packages:
- feedstock-patches/openmp/0004-Updated-openmp-to-14.0.6.patch
- feedstock : openblas
{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/opence-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ packages:
- feedstock : opencv
- feedstock : cudatoolkit-dev # [build_type == 'cuda']
- feedstock : zdnn # [s390x]
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/opence-p10-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ imported_envs:

packages:
- feedstock : opencv
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/or-tools-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ packages:
- feedstock-patches/or_tools/0001-p10-changes.patch #[ppc_arch == "p10"]
- feedstock-patches/or_tools/0001-fixed-build-on-power.patch #[ppc64le]
{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/orbit-ml-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ packages:
- feedstock-patches/orbit-ml/0001-Pin-dependencies.patch
- feedstock-patches/orbit-ml/0001-Added-post-build-tests.patch
{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/prophet-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ packages:
- feedstock : https://github.com/conda-forge/holidays-feedstock.git
git_tag : 4d747d0607fb049f6f6569b5ec06dcc76b54d2b1
{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/pytorch-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ packages:
git_tag: 44dd156fd8f7a81536926e11b54fdbf9df2c3158 #[ppc_arch == "p10"]
patches: #[ppc_arch == "p10"]
- feedstock-patches/leveldb/0001-changes-for-opence.patch #[ppc_arch == "p10"]
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/pytorch-extras-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ packages:
- feedstock : https://github.com/conda-forge/dateutils-feedstock
git_tag : 2723b1b582889ac1e5f10e8aaf0cb91ff6c41844
{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/pytorch_geometric-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ packages:
- feedstock : pytorch_scatter
- feedstock : pytorch_geometric
{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/ray-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ packages:
- feedstock-patches/opencensus/0001-Remove-constraint-from-google-api-core.patch
- feedstock : ray-packages
{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/tensorboard-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ packages:
- feedstock : https://github.com/AnacondaRecipes/werkzeug-feedstock.git #[ppc64le]
git_tag : e1d5cae5e98645557119f79cd60f221a00e26e34 #[ppc64le]
- feedstock : tensorboard
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/tensorflow-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ packages:
- feedstock : tensorflow-text
- feedstock : tensorflow-model-optimization
- feedstock : tensorflow-io-gcs-filesystem # [not s390x]
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/tensorflow-s390x-extra-deps-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ packages:
- feedstock-patches/clang/0001-Fix-clang-build-with-GCC-11.patch
- feedstock-patches/clang/0002-Fix-clang-build-for-s390x.patch # [s390x]
{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/tensorflow-serving-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ packages:
- feedstock: tensorflow-serving

{% endif %}
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/transformers-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ packages:
git_tag : 7ef40d11fe9b1d2af78b66ea04ea293b1cb21ab2
patches : #[ppc64le]
- feedstock-patches/huggingface-hub/0001-Pinned-typing-extensions.patch #[ppc64le]
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1
2 changes: 1 addition & 1 deletion envs/xgboost-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ packages:
- feedstock : nccl
{% endif %}
- feedstock : xgboost
git_tag_for_env: open-ce-v1.11.0
git_tag_for_env: open-ce-v1.11.1

0 comments on commit 56ba68f

Please sign in to comment.