Skip to content

Commit

Permalink
update dill requirement (#40)
Browse files Browse the repository at this point in the history
* update dill requirement

* bump build number
  • Loading branch information
h-vetinari authored May 26, 2022
1 parent 975cfd9 commit c9dee71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 2e096dd618a84d15aa369a9cf6695815e5539f853dc8fa4f4b9153b11b1d0b32

build:
number: 0
number: 1
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv

requirements:
Expand All @@ -21,10 +21,10 @@ requirements:
- pip
- python
- setuptools
- dill >=0.2.5
- dill >=0.3.5.1
run:
- python
- dill >=0.2.5
- dill >=0.3.5.1

test:
imports:
Expand Down

0 comments on commit c9dee71

Please sign in to comment.