We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe06d93 commit cf76779Copy full SHA for cf76779
setup.cfg
@@ -33,9 +33,9 @@ packages = find:
33
install_requires =
34
magicgui
35
qtpy
36
- napari-sif-reader @ git+https://github.com/rjlopez2/napari-sif-reader.git
+ # napari-sif-reader @ git+https://github.com/rjlopez2/napari-sif-reader.git
37
# 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
+ # napari-mat-file-reader @ git+https://github.com/rjlopez2/napari-mat-file-reader.git
39
40
python_requires = >=3.8
41
include_package_data = True
0 commit comments