Skip to content

Commit

Permalink
Merge pull request #139 from regro-cf-autotick-bot/2.9.1_h06b007
Browse files Browse the repository at this point in the history
ray-packages v2.9.1
  • Loading branch information
mattip authored Jan 24, 2024
2 parents 7ad3e3c + 478b6f5 commit 33169db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 40 deletions.
10 changes: 6 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{% set version = "2.9.0" %}
{% set version = "2.9.1" %}

package:
name: ray-packages
version: {{ version }}

source:
url: https://github.com/ray-project/ray/archive/ray-{{ version }}.tar.gz
sha256: bebe4413dd1a856cd854308d76d14fb412727b6228bfbdea5f3b5a45ef3f5acc
sha256: e28fbe0f9aa918b394426a68e96b440fafe653b270c3dfab84a4d3680d05f550
patches:
- patches/0001-patch-redis-for-ar-ranlib.patch
- patches/0002-Disable-making-entry-scripts.patch
- patches/0003-Ignore-warnings-in-event.cc-and-logging.cc.patch
- patches/0004-Remove-all-dependencies-from-setup.py.patch
- patches/0005-ci-remove-boost-as-a-dependency-42226.patch
# See https://github.com/conda-forge/ray-packages-feedstock/issues/136
# Keep in sync with current or active migration of libgrpc to avoid
# ABI breakage
- patches/0006-Vendor-grpc-1.59.3.patch
# This patch applies grpc tag v1.59.3 changes from
# https://github.com/grpc/grpc/blob/35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97/bazel/grpc_deps.bzl#L243
Expand All @@ -21,7 +23,7 @@ source:
# xref https://github.com/ray-project/ray/issues/42560

build:
number: 2
number: 0
skip: true # [win]

# Need these up here for conda-smithy to handle them properly.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ index 4d2fbbd19b..0aa524af1b 100644
- "pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3",
- "prometheus_client >= 0.7.1",
- "smart_open",
- "virtualenv >=20.0.24, < 20.21.1", # For pip runtime env.
- "virtualenv >=20.0.24, !=20.21.1", # For pip runtime env.
- ],
- "client": [
- # The Ray client needs a specific range of gRPC to work:
Expand Down
35 changes: 0 additions & 35 deletions recipe/patches/0005-ci-remove-boost-as-a-dependency-42226.patch

This file was deleted.

0 comments on commit 33169db

Please sign in to comment.