Skip to content

Commit

Permalink
Use pin_constrained to exclude nightly versions
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca authored and jrbourbeau committed Aug 19, 2022
1 parent 4a79e24 commit 43492aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ build:
requirements:
host:
- python >=3.8
- dask-core {{ version }}
- distributed {{ version }}
run:
- python >=3.8
- dask-core {{ version }}.*,!={{ version }}a.*
- distributed {{ version }}.*,!={{ version }}a.*
- {{ pin_compatible('dask-core', max_pin='x.x.x') }}
- {{ pin_compatible('distributed', max_pin='x.x.x') }}
- cytoolz >=0.8.2
- lz4
- numpy >=1.18
Expand Down

0 comments on commit 43492aa

Please sign in to comment.