Skip to content

Commit

Permalink
Merge pull request #218 from charlesbluca/patch-2
Browse files Browse the repository at this point in the history
Fix `dask-core` pinning to properly exclude nightlies
  • Loading branch information
jrbourbeau authored Aug 19, 2022
2 parents 937910f + b6fdcdd commit 99a70b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 8fae2fbd6dea304a169c14eb21066743fe5eea7564903a07b43144c294c79456

build:
number: 1
number: 2
noarch: python
script: {{ PYTHON }} -m pip install . -vv
entry_points:
Expand All @@ -22,12 +22,13 @@ requirements:
host:
- python >=3.8
- pip
- dask-core {{ version }}
run:
- python >=3.8
- click >=6.6
- cloudpickle >=1.5.0
- cytoolz >=0.8.2
- dask-core ={{ version }},!={{ version }}a*
- {{ pin_compatible('dask-core', max_pin='x.x.x') }}
- jinja2
- locket >=1.0.0
- msgpack-python >=0.6.0
Expand Down

0 comments on commit 99a70b2

Please sign in to comment.