Skip to content

Commit

Permalink
psm_utils: Add pyarrow dependency (bioconda#52287)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG authored Nov 21, 2024
1 parent 32c9d10 commit 5aedd19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/psm-utils/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1
entry_points:
- psm_utils=psm_utils.__main__:main
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
Expand All @@ -36,6 +36,7 @@ requirements:
- rich
- pydantic
- sqlalchemy
- pyarrow

test:
imports:
Expand Down

0 comments on commit 5aedd19

Please sign in to comment.