Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Jan 13, 2025
1 parent 7ed2036 commit 17e0145
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/gget/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tests:

about:
summary: Efficient querying of genomic databases.
license: Apache-2.0 AND GPL-3.0 AND BSD-2-Clause
license: Apache-2.0 AND GPL-3.0-only AND BSD-2-Clause
license_file:
- LICENSE
- gget/bins/Darwin/license.txt
Expand Down
5 changes: 5 additions & 0 deletions recipes/somacore/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ requirements:
- numpy >=1.21
- pandas
- pyarrow
# TODO from upstream at https://github.com/single-cell-data/SOMA/blob/python-v1.0.26/pyproject.toml#L19
# pyarrow >= 14.0.1 doesn't play well with some other PyPI packages
# on Mac OS: https://github.com/apache/arrow/issues/42154
# Remove this once we can specify a recent pyarrow.
- pyarrow-hotfix
- scipy
- shapely
Expand All @@ -44,6 +48,7 @@ about:
summary: Python-language API specification and base utilities for implementation of the SOMA system.
license: MIT
license_file: LICENSE
homepage: https://github.com/single-cell-data/SOMA/tree/main

extra:
recipe-maintainers:
Expand Down

0 comments on commit 17e0145

Please sign in to comment.