Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ outputs:
script: build-core.sh # [not win]
script: build-core.bat # [win]
build:
skip: true # [py>312]
entry_points:
- ray = ray.scripts.scripts:main
requirements:
Expand Down Expand Up @@ -130,8 +129,6 @@ outputs:

# the various ray[extra] installs, alphabetically
- name: ray-air
build:
skip: true # [py>312]
requirements:
host:
- python
Expand All @@ -146,8 +143,6 @@ outputs:
- ray.air

- name: ray-data
build:
skip: true # [py>312]
requirements:
host:
- python
Expand All @@ -163,8 +158,6 @@ outputs:
- ray.data

- name: ray-default
build:
skip: true # [py>312]
build:
script:
- cd python/ray/dashboard/client
Expand Down Expand Up @@ -205,8 +198,6 @@ outputs:
- python -c "import ray; ray.init(include_dashboard=True)"

- name: ray-client
build:
skip: true # [py>312]
requirements:
host:
- python
Expand All @@ -223,8 +214,6 @@ outputs:
- ray stop

- name: ray-rllib
build:
skip: true # [py>312]
requirements:
host:
- python
Expand All @@ -242,8 +231,6 @@ outputs:
- ray.rllib

- name: ray-serve
build:
skip: true # [py>312]
build:
entry_points:
- serve = ray.serve.scripts:cli
Expand All @@ -264,8 +251,6 @@ outputs:
- ray.serve

- name: ray-tune
build:
skip: true # [py>312]
build:
entry_points:
- tune = ray.tune.scripts:cli
Expand All @@ -285,8 +270,6 @@ outputs:
- ray.tune

- name: ray-train
build:
skip: true # [py>312]
requirements:
host:
- python
Expand Down
Loading