Skip to content

Commit

Permalink
v0.14.3 conda add optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kayjan committed Oct 30, 2023
1 parent 88dff8d commit 485ef51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/conda-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ jobs:
cd conda
conda build -c conda-forge --output-folder . .
ls
conda convert -p osx-64 noarch/*.tar.bz2
conda convert -p win-64 noarch/*.tar.bz2
anaconda upload --label main osx-64/*.tar.bz2
anaconda upload --label main win-64/*.tar.bz2
anaconda upload noarch/*.tar.bz2
3 changes: 3 additions & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ requirements:
- pip
run:
- python >=3.8
- pandas
- pydot
- Pillow

test:
imports:
Expand Down

0 comments on commit 485ef51

Please sign in to comment.