We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcae39a commit bd6344bCopy full SHA for bd6344b
1 file changed
recipe.yaml
@@ -15,7 +15,7 @@ source:
15
build:
16
number: 0
17
noarch: python
18
- script: ${{ PYTHON }} -m pip install . -vv --no-deps
+ script: ${{ PYTHON }} -m pip install .[dask] -vv --no-deps
19
20
requirements:
21
host:
@@ -28,16 +28,19 @@ requirements:
28
# Mira packages
29
- geoh5py >=0.12.0a.dev, <0.13.dev
30
# direct dependencies
31
+ - dask-core *
32
- discretize >=0.11
33
+ - distributed *
34
+ - fsspec >=0.3.3
35
- geoana >=0.7.0
36
- libdlf *
37
- matplotlib-base
38
- numpy >=1.22
39
- pymatsolver >=0.3
40
- scipy >=1.8
41
+ - zarr *
42
run_constraints:
43
- choclo >=0.3.0
- - fsspec >=0.3.3
44
- scikit-learn >=1.2
45
46
tests:
0 commit comments