Skip to content

Commit

Permalink
Merge pull request #82 from ccordoba12/patch-1
Browse files Browse the repository at this point in the history
Add missing dependency
  • Loading branch information
mbargull authored Mar 29, 2024
2 parents dca3b6e + d344083 commit ff0ad73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
script: {{ PYTHON }} -m pip install . --no-deps -vv
number: 0
number: 1
noarch: python
entry_points:
- conda-mambabuild = boa.cli.mambabuild:main
Expand All @@ -34,6 +34,7 @@ requirements:
- joblib
- watchgod
- beautifulsoup4
- boltons

test:
imports:
Expand Down

0 comments on commit ff0ad73

Please sign in to comment.