Skip to content

Commit cf76779

Browse files
committed
remove direct dependencies
1 parent fe06d93 commit cf76779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ packages = find:
3333
install_requires =
3434
magicgui
3535
qtpy
36-
napari-sif-reader @ git+https://github.com/rjlopez2/napari-sif-reader.git
36+
# napari-sif-reader @ git+https://github.com/rjlopez2/napari-sif-reader.git
3737
# napari-time-series-plotter @ git+https://github.com/rjlopez2/napari-time_series_plotter.git@ # I cannot make this pluggin to install.
38-
napari-mat-file-reader @ git+https://github.com/rjlopez2/napari-mat-file-reader.git
38+
# napari-mat-file-reader @ git+https://github.com/rjlopez2/napari-mat-file-reader.git
3939

4040
python_requires = >=3.8
4141
include_package_data = True

0 commit comments

Comments
 (0)