File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2169,10 +2169,10 @@ if(test_distrdf_dask)
2169
2169
message (STATUS "Looking for Dask" )
2170
2170
2171
2171
if (fail-on -missing)
2172
- find_package (Dask 2022.02 REQUIRED)
2172
+ find_package (Dask 2022.08.1 REQUIRED)
2173
2173
else ()
2174
2174
2175
- find_package (Dask 2022.02 )
2175
+ find_package (Dask 2022.08.1 )
2176
2176
if (NOT Dask_FOUND)
2177
2177
message (STATUS "Switching OFF 'test_distrdf_dask' option" )
2178
2178
set (test_distrdf_dask OFF CACHE BOOL "Disabled because Dask not found" FORCE)
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ metakernel>=0.20.0
14
14
15
15
# Distributed RDataFrame
16
16
pyspark >= 2.4 # Spark backend
17
- dask >= 2022.02.0 # Dask backend
18
- distributed >= 2022.02.0 # Dask backend
17
+ dask >= 2022.08.1 # Dask backend
18
+ distributed >= 2022.08.1 # Dask backend
You can’t perform that action at this time.
0 commit comments