Skip to content

Commit

Permalink
Update sainsc to 0.2.0 (#51554)
Browse files Browse the repository at this point in the history
* Update sainsc to 0.2.0

* adjust dependencies (#51557)

* clean up recipe

---------

Co-authored-by: niklasmueboe <[email protected]>
Co-authored-by: mencian <[email protected]>
  • Loading branch information
3 people authored Oct 22, 2024
1 parent f9403f7 commit 0b84e09
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions recipes/sainsc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "sainsc" %}
{% set version = "0.1.1" %}
{% set version = "0.2.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sainsc-{{ version }}.tar.gz
sha256: 43afd7d2c9f1b8b891893cfe730175d0e01d5443b7f17981a233109df4cbb228
sha256: af964871f73b31177cf1a31844b6c40323384e0bd3c97ab2520ecbec23036d72

build:
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 2
skip: True # [(osx and not arm64) or py<310]
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
number: 0
skip: True # [(osx and not arm64) or py < 310]
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}

Expand All @@ -36,23 +36,21 @@ requirements:
- polars >=1
- scikit-image >=0.18
- scipy >=1.9
- seaborn >=0.11
- seaborn-base >=0.11
- typing-extensions >=4

test:
imports:
- sainsc
commands:
- pip check
requires:
- pip

about:
home: https://github.com/HiDiHlabs/sainsc
summary: Segmentation-free Analysis of In Situ Capture data
summary: "Segmentation-free Analysis of In Situ Capture data."
license: MIT
license_family: MIT
license_file: LICENSE
doc_url: https://sainsc.readthedocs.io/
doc_url: https://sainsc.readthedocs.io
dev_url: https://github.com/HiDiHlabs/sainsc

extra:
additional-platforms:
Expand Down

0 comments on commit 0b84e09

Please sign in to comment.