Skip to content

Commit

Permalink
arborator v1.0.0 build bioconda#1 -> added missing scipy dependency (b…
Browse files Browse the repository at this point in the history
…ioconda#46979)

* arborator added missing scipy dependency

* arborator added missing scipy dependency
  • Loading branch information
kbessonov1984 authored Apr 4, 2024
1 parent 9138d61 commit 1c54087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/arborator/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:


build:
number: 0
number: 1
noarch: python
run_exports:
- {{ pin_subpackage(name, max_pin="x") }}
Expand All @@ -29,6 +29,7 @@ requirements:
- {{ pin_compatible('numpy', max_pin="x") }}
- pyarrow ==12.0.0
- pandas ==2.0.2
- scipy >=1.0.0
- numba ==0.57.1
- pytables
- psutil
Expand Down

0 comments on commit 1c54087

Please sign in to comment.