Skip to content

Commit

Permalink
use bazel for build
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Oct 22, 2023
1 parent 1ef019b commit 6f12f54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conda/ray/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ build:
number: 0
skip: true # [py<37 or not x86_64]
include_recipe: False
script: cd python; {{ PYTHON }} -m pip install . -vv
script: ./build.sh

requirements:
build:
- python
- cython
- numpy>=1.25
- poetry
- bazel=5.4.1
run:
- python>=3.8
- aiohttp>=3.7
Expand All @@ -46,4 +47,4 @@ about:

extra:
maintainers:
- https://github.com/phelps-sg
- https://github.com/phelps-sg

0 comments on commit 6f12f54

Please sign in to comment.