Skip to content

Commit

Permalink
fix(ci): fix conda build CI setuptools missing etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-yu committed Dec 16, 2024
1 parent cf0e69b commit fca44de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- master
- qy/add-plantseg-v1-installation
- qy/unify-prediction

permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ requirements:
build:
- python
- pip
- setuptools

run:
- python >=3.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description='PlantSeg is a tool for cell instance aware segmentation in densely packed 3D volumetric images.',
author='Lorenzo Cerrone, Adrian Wolny, Qin Yu',
url='https://github.com/kreshuklab/plant-seg',
author_email='lorenzo.cerrone@iwr.uni-heidelberg.de',
author_email='lorenzo.cerrone@uzh.ch, qin.yu@embl.de',
entry_points={
'console_scripts': [
'plantseg=plantseg.run_plantseg:main',
Expand Down

0 comments on commit fca44de

Please sign in to comment.