Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from pin_compatible to explicit exclusion of nightly versions #220

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 09ffd3433ba44b856320f8ec657f221af5207d99c9db6bb5101b14f4fca42f56

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