Skip to content

Commit

Permalink
Ray updated to 2.6.3 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishidha authored Nov 3, 2023
1 parent cdcff4d commit 453e688
Show file tree
Hide file tree
Showing 6 changed files with 226 additions and 178 deletions.
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ cxx_compiler: # [win]
- vs2019 # [win]

nodejs:
- '14'
- '18'
23 changes: 12 additions & 11 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.5.0" %}
{% set version = "2.6.3" %}

package:
name: ray-packages
Expand All @@ -13,15 +13,14 @@ source:
- patches/0004-Remove-all-dependencies-from-setup.py.patch
- patches/0005-Ignore-warnings-in-event.cc-and-logging.cc.patch
- patches/0006-Add-bazel-linkopts-libs.patch
# - patches/0009-Update-protobuf-to-3.19.1.patch #[protobuf == "3.19.*"]
- patches/0010-Use-rules_perl-which-is-fixed-for-ppc.patch
- patches/0011-Fixed-compilation-error.patch
- patches/0012-Changed-min-bazel-version-to-5.3.patch
- patches/0013-Added-patch-for-rules_python-on-ppc64le.patch #[ppc64le]
- patches/0014-allow-builds-with-root-user.patch #[ppc64le]

build:
number: 3
number: 1

# Need these up here for conda-smithy to handle them properly.
requirements:
Expand All @@ -39,7 +38,7 @@ outputs:
- {{ pin_subpackage('ray-air', exact=True) }}
- ray-dashboard =={{ version }}=*_{{ PKG_BUILDNUM }}
- {{ pin_subpackage('ray-default', exact=True) }}
- {{ pin_subpackage('ray-k8s', exact=True) }}
- {{ pin_subpackage('ray-client', exact=True) }}
- {{ pin_subpackage('ray-data', exact=True) }}
- {{ pin_subpackage('ray-rllib', exact=True) }}
- {{ pin_subpackage('ray-serve', exact=True) }}
Expand All @@ -59,11 +58,15 @@ outputs:
- {{ compiler('cxx') }} # [ ppc_arch != "p10"]
- bazel {{ bazel }}
- sysroot_linux-64 2.17 # [linux64]
- patchelf
- colorama
- curl
- cython >=0.29.32
- make
- m2-bash # [win]
- psutil
- python {{ python }}
- setproctitle ==1.2.2
host:
- python {{ python }}
- pip
Expand All @@ -75,7 +78,6 @@ outputs:
run:
- python {{ python }}
- aiosignal
- attrs {{ attrs }}
- click {{ click }}
- colorama
- filelock
Expand All @@ -88,9 +90,8 @@ outputs:
- psutil {{ psutil }}
- pyyaml {{ pyyaml }}
- jsonschema
- setproctitle =1.2.2
- setproctitle ==1.2.2
- requests {{ requests }}
- virtualenv

test:
imports:
Expand Down Expand Up @@ -139,6 +140,7 @@ outputs:
- smart_open
- py-spy >=0.2.0
- pydantic
- virtualenv >=20.0.24,<20.21.1

test:
imports:
Expand Down Expand Up @@ -175,7 +177,7 @@ outputs:
commands:
- python -c "import ray; ray.init(include_dashboard=True)"

- name: ray-k8s
- name: ray-client
requirements:
host:
- python {{ python }}
Expand Down Expand Up @@ -241,9 +243,9 @@ outputs:
run:
- python {{ python }}
- {{ pin_subpackage('ray-default', exact=True) }}
- uvicorn 0.16.0
- uvicorn
- requests {{ requests }}
- starlette {{ starlette }}
- starlette 0.25.0
- fastapi
- aiorwlock
test:
Expand All @@ -263,7 +265,6 @@ outputs:
- pandas
- requests {{ requests }}
- pyarrow {{ arrow }}
- tabulate
- tensorboardX >=1.9
test:
imports:
Expand Down
Loading

0 comments on commit 453e688

Please sign in to comment.