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.6 #7

Merged
merged 4 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
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: 3 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.

20 changes: 14 additions & 6 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

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

8 changes: 6 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{% set name = "somacore" %}
{% set version = "1.0.4" %}
{% set version = "1.0.6" %}

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

# Cheat sheet:
# wget 'https://pypi.io/packages/source/s/somacore/somacore-i.j.k.tar.gz'
# shasum -a 256 somacore-i.j.k.tar.gz
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/somacore-{{ version }}.tar.gz
sha256: d5a741c9db3ee7dd6408b425d06bea7a77b17c002956bb8426b01e1905b654a3
sha256: c25fe6a9ce7e7ddb8198c72b6c4beccd4706775ea7a3fc47783adef2fe58d546

build:
noarch: python
Expand All @@ -29,6 +32,7 @@ requirements:
- numpy >=1.21
- pandas
- pyarrow
- pyarrow-hotfix
- scipy
- typing-extensions >=4.1 # For LiteralString
# See also https://github.com/single-cell-data/SOMA/blob/VERSION-GOES-HERE/pyproject.toml
Expand Down