Skip to content

Commit

Permalink
update ray
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwanghan committed Oct 26, 2023
1 parent be16993 commit 2f75cb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_ray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

jobs:
test_ray_lower_bound:
name: Ray 2.2.0
name: Ray 2.4.0
runs-on: ubuntu-latest

steps:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: make devenv
- name: Setup Ray
run: pip install ray[data]==2.2.0 pyarrow==6.0.1 pandas==1.5.3 'pydantic<2'
run: pip install ray[data]==2.4.0 pyarrow==6.0.1 pandas==1.5.3 'pydantic<2'
- name: Test
run: make testray

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_version() -> str:
"pyarrow>=7.0.0",
"pandas>=2.0.2",
],
"ray": ["ray[data]>=2.2.0", "duckdb>=0.5.0", "pyarrow>=6.0.1"],
"ray": ["ray[data]>=2.4.0", "duckdb>=0.5.0", "pyarrow>=6.0.1"],
"duckdb": [
"duckdb>=0.5.0",
"numpy",
Expand All @@ -68,7 +68,7 @@ def get_version() -> str:
"pyspark>=3.1.1",
"dask[distributed,dataframe]>=2023.5.0",
"dask-sql",
"ray[data]>=2.2.0",
"ray[data]>=2.4.0",
"notebook",
"jupyterlab",
"ipython>=7.10.0",
Expand Down

0 comments on commit 2f75cb2

Please sign in to comment.