File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
napari_cellseg3d/code_models Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151 run : |
5252 python -m pip install --upgrade pip
5353 python -m pip install setuptools tox tox-gh-actions
54- # pip install git+https://github.com/lucasb-eyer /pydensecrf.git@master#egg=pydensecrf
54+ # pip install git+https://github.com/kodalli /pydensecrf.git@master#egg=pydensecrf
5555
5656# this runs the platform-specific tests declared in tox.ini
5757 - name : Test with tox
Original file line number Diff line number Diff line change 77Philipp Krähenbühl and Vladlen Koltun
88NIPS 2011
99
10- Implemented using the pydense libary available at https://github.com/lucasb-eyer /pydensecrf.
10+ Implemented using the pydense libary available at https://github.com/kodalli /pydensecrf.
1111"""
1212from warnings import warn
1313
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ line_length = 79
120120
121121[project .optional-dependencies ]
122122crf = [
123- " pydensecrf@git+https://github.com/lucasb-eyer /pydensecrf.git#egg=master" ,
123+ " pydensecrf@git+https://github.com/kodalli /pydensecrf.git#egg=master" ,
124124]
125125dev = [
126126 " isort" ,
@@ -142,7 +142,7 @@ test = [
142142 " coverage" ,
143143 " tox" ,
144144 " twine" ,
145- " pydensecrf@git+https://github.com/lucasb-eyer /pydensecrf.git#egg=master" ,
145+ " pydensecrf@git+https://github.com/kodalli /pydensecrf.git#egg=master" ,
146146]
147147onnx-cpu = [
148148 " onnx" ,
Original file line number Diff line number Diff line change 3434 magicgui
3535 pytest-qt
3636 qtpy
37- git+https://github.com/lucasb-eyer /pydensecrf.git@master# egg=pydensecrf
37+ git+https://github.com/kodalli /pydensecrf.git@master# egg=pydensecrf
3838 onnx
3939 onnxruntime
4040; pyopencl[pocl]
You can’t perform that action at this time.
0 commit comments