File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies = [
26
26
" pyarrow>=18.0.0,<21.0.0 ; sys_platform != 'darwin' or platform_machine != 'x86_64'" ,
27
27
# pyarrow 18 causes macos build failures
28
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'" ,
29
+ " pyarrow>=8.0.0,<21 .0.0 ; sys_platform == 'darwin' and platform_machine == 'x86_64'" ,
30
30
" typing-extensions>=4.4.0,<5" ,
31
31
" packaging>=21.1,<26.0" ,
32
32
" setuptools ; python_version >= '3.12'" ,
@@ -50,7 +50,7 @@ sparql = [
50
50
]
51
51
opencypher = [" requests>=2.0.0,<3" ]
52
52
opensearch = [
53
- " opensearch-py>=2.0.0,<3 " ,
53
+ " opensearch-py>=2.0.0,<4 " ,
54
54
" jsonpath-ng>=1.5.3,<2" ,
55
55
" requests-aws4auth>=1.1.1,<2" ,
56
56
]
You can’t perform that action at this time.
0 commit comments