Skip to content

Commit

Permalink
Cython dep
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreicher committed Jul 19, 2023
1 parent e691038 commit da1d453
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:

- name: Install boost
run: sudo apt install libboost-all-dev

- name: Install cython
run: pip install cython

- name: Install eval tools
run: conda install -c conda-forge -c ostrokach-forge -c pkgw-forge graph-tool
Expand Down
1 change: 0 additions & 1 deletion dev_requirments.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pymongo
scikit-image
daisy
pytest
cython
mwatershed@ git+https://github.com/pattonw/mwatershed
funlib.geometry@ git+https://github.com/funkelab/funlib.geometry
funlib.persistence@ git+https://github.com/funkelab/funlib.persistence
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ install_requires =
pymongo
scikit-image
daisy
cython
mwatershed @ git+https://github.com/pattonw/mwatershed
funlib.geometry @ git+https://github.com/funkelab/funlib.geometry
funlib.persistence @ git+https://github.com/funkelab/funlib.persistence
Expand Down

0 comments on commit da1d453

Please sign in to comment.