Skip to content

Commit

Permalink
Merge pull request #17 from regro-cf-autotick-bot/0.5.1_h8dcd44
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca authored Sep 6, 2023
2 parents f3b2f87 + 1f08477 commit 792d612
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "cellfinder-core" %}
{% set version = "0.5.0" %}
{% set version = "0.5.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/cellfinder-core-{{ version }}.tar.gz
sha256: d4baa7d97b082937d9ead3f6a4ab3912118cf911ea72ea14a57ed7fdb3fb0c2b
sha256: 31a4f04f014634b35e5188986ec90fc58d656f924ccff1c03400fa3a95716bc3

build:
noarch: python
Expand All @@ -21,7 +21,7 @@ requirements:
host:
- pip
- python >=3.8, <3.11
- setuptools_scm
- setuptools-scm
run:
- dask
- fancylog >=0.0.7
Expand All @@ -32,13 +32,13 @@ requirements:
- python >=3.8, <3.11
- scikit-image
- scikit-learn
- scipy
- tifffile
- tqdm
- __unix # [unix]
- tensorflow >=2.5.0, <2.12.0 # [unix]
- __win # [win]


test:
imports:
- cellfinder_core # [unix]
Expand Down

0 comments on commit 792d612

Please sign in to comment.