Skip to content

Commit fa9b1d8

Browse files
committed
feat: ray 2.49.0
1 parent c66e652 commit fa9b1d8

File tree

2 files changed

+129
-132
lines changed

2 files changed

+129
-132
lines changed

pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ dependencies = [
2323
"botocore>=1.23.32,<2",
2424
"pandas>=1.2.0,<3.0.0",
2525
"numpy>=1.26,<3.0",
26-
"pyarrow>=18.0.0,<21.0.0 ; sys_platform != 'darwin' or platform_machine != 'x86_64'",
27-
# pyarrow 18 causes macos build failures
28-
# https://github.com/ray-project/ray/pull/48446
29-
"pyarrow>=8.0.0,<18.0.0 ; sys_platform == 'darwin' and platform_machine == 'x86_64'",
26+
"pyarrow>=8.0.0,<21.0.0",
3027
"typing-extensions>=4.4.0,<5",
3128
"packaging>=21.1,<26.0",
3229
"setuptools ; python_version >= '3.12'",
@@ -41,7 +38,7 @@ oracle = ["oracledb>=1,<4"]
4138
gremlin = [
4239
"gremlinpython>=3.7.1,<4",
4340
"requests>=2.0.0,<3",
44-
"aiohttp>=3.9.0,<4",
41+
"aiohttp>=3.12.14,<4",
4542
"async-timeout>=4.0.3,<6.0.0",
4643
]
4744
sparql = [
@@ -58,8 +55,8 @@ openpyxl = ["openpyxl>=3.0.0,<4"]
5855
progressbar = ["progressbar2>=4.0.0,<5"]
5956
deltalake = ["deltalake>=0.18.0,<1.2.0"]
6057
geopandas = ["geopandas>=1.0.0,<2"]
61-
modin = ["modin>=0.31,<0.35"]
62-
ray = ["ray[default, data]>=2.45.0,<3"]
58+
modin = ["modin>=0.31,<0.36"]
59+
ray = ["ray[default, data]>=2.49.0,<3"]
6360

6461
[project.urls]
6562
Homepage = "https://aws-sdk-pandas.readthedocs.io/"

0 commit comments

Comments
 (0)