File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
conda/recipes/rapids-dask-dependency Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ requirements:
28
28
- setuptools
29
29
- conda-verify
30
30
run :
31
- - dask = =2024.7.1
32
- - dask-core = =2024.7.1
33
- - distributed = =2024.7.1
31
+ - dask > =2024.7.1
32
+ - dask-core > =2024.7.1
33
+ - distributed > =2024.7.1
34
34
- dask-expr
35
35
36
36
about :
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ name = "rapids-dask-dependency"
12
12
version = " 24.10.00a0"
13
13
description = " Dask and Distributed version pinning for RAPIDS"
14
14
dependencies = [
15
- " dask==2024.7.1 " ,
16
- " distributed==2024.7.1 " ,
17
- " dask-expr" ,
15
+ " dask @ git+https://github.com/dask/dask.git@main " ,
16
+ " distributed @ git+https://github.com/dask/distributed.git@main " ,
17
+ " dask-expr @ git+https://github.com/dask/dask-expr.git@main " ,
18
18
]
19
19
license = { text = " Apache 2.0" }
20
20
readme = { file = " README.md" , content-type = " text/markdown" }
You can’t perform that action at this time.
0 commit comments