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

somacore 1.0.9 #12

Merged
merged 1 commit into from
Mar 11, 2024
Merged
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
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "somacore" %}
{% set version = "1.0.8" %}
{% set version = "1.0.9" %}

package:
name: {{ name|lower }}
Expand All @@ -10,7 +10,7 @@ package:
# shasum -a 256 somacore-i.j.k.tar.gz
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/somacore-{{ version }}.tar.gz
sha256: ac5ebd1857e21d3d05cee07db959863a581c6e55024fccfbf1a260f2eacf07d6
sha256: 01c80e542a725c0ffaa863cbe56a6f3fb64893e0b67c1deb010804487da4f0fc

build:
noarch: python
Expand All @@ -19,13 +19,13 @@ build:

requirements:
host:
- python >=3.7,<4.dev0
- python >=3.8,<4.dev0
- setuptools
- setuptools-scm
- wheel
- pip
run:
- python >=3.7
- python >=3.8
- anndata
- attrs >=22.1
- numba
Expand Down