Skip to content

Commit

Permalink
anndata v0.11.3 (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp A. <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and flying-sheep authored Jan 13, 2025
1 parent a168b3e commit f39b606
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

1 change: 1 addition & 0 deletions README.md

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

6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "anndata" %}
{% set version = "0.11.2" %}
{% set version = "0.11.3" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 5450bce13e934b77a51c327ffe355892eb8f5e5a6fd1ad063af321adc51a09da
sha256: 986e626b62108e8db7034db2f391fd160c11d4b4e3af9c31183c82862297f7f6

build:
number: 0
Expand All @@ -34,6 +34,8 @@ requirements:
# compatible with all Python versions. Thus as long as the recipe supports
# python_min<311, have to require exceptiongroup
- exceptiongroup
run_constrained:
- zarr <3

test:
imports:
Expand Down

1 comment on commit f39b606

@conda-forge-webservices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community on Zulip.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.