Skip to content

Commit

Permalink
Use vijayy's funlib.eval
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreicher committed Sep 12, 2023
1 parent 9bab8b1 commit 462a881
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
uses: conda-incubator/setup-miniconda@v2

- name: Install graph tools
run: bash graph.sh
run: conda install -c conda-forge -c ostrokach-forge -c pkgw-forge graph-tool

- name: Install dependencies
run: pip install -r dev_requirments.txt


- name: Test with pytest
run: pytest tests
2 changes: 1 addition & 1 deletion dev_requirments.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pymongo
scikit-image
daisy
pytest
Cython
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
3 changes: 0 additions & 3 deletions graph.sh

This file was deleted.

3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ install_requires =
scikit-image
daisy
zarr
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
funlib.segment @ git+https://github.com/funkelab/funlib.segment
# fublib.evaluate @ git+https://github.com/funkelab/funlib.evaluate
fublib.evaluate @ git+https://github.com/yajivunev/funlib.evaluate.git
gunpowder @ git+https://github.com/funkey/gunpowder

[options.packages.find]
Expand Down

0 comments on commit 462a881

Please sign in to comment.