small-fish-gui 1.0.3__tar.gz → 1.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/PKG-INFO +2 -1
  2. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/pyproject.toml +2 -1
  3. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/LICENSE +0 -0
  4. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/README.md +0 -0
  5. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/.github/workflows/python-publish.yml +0 -0
  6. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/LICENSE +0 -0
  7. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/README.md +0 -0
  8. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/__init__.py +0 -0
  9. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/__main__.py +0 -0
  10. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/gui/__init__.py +0 -0
  11. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/gui/animation.py +0 -0
  12. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/gui/general_help_screenshot.png +0 -0
  13. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/gui/help_module.py +0 -0
  14. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/gui/layout.py +0 -0
  15. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/gui/mapping_help_screenshot.png +0 -0
  16. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/gui/prompts.py +0 -0
  17. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/gui/segmentation_help_screenshot.png +0 -0
  18. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/gui/test.py +0 -0
  19. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/interface/__init__.py +0 -0
  20. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/interface/image.py +0 -0
  21. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/interface/output.py +0 -0
  22. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/interface/parameters.py +0 -0
  23. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/interface/testing.py +0 -0
  24. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/pipeline/_colocalisation.py +0 -0
  25. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/pipeline/_custom_errors.py +0 -0
  26. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/pipeline/_detection_visualisation.py +0 -0
  27. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/pipeline/_preprocess.py +0 -0
  28. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/pipeline/_segmentation.py +0 -0
  29. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/pipeline/_signaltonoise.py +0 -0
  30. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/pipeline/actions.py +0 -0
  31. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/pipeline/detection.py +0 -0
  32. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/pipeline/main.py +0 -0
  33. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/pipeline/test.py +0 -0
  34. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/requirements.txt +0 -0
  35. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/start.py +0 -0
  36. {small_fish_gui-1.0.3 → small_fish_gui-1.0.4}/src/small_fish_gui/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: small_fish_gui
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: Small Fish is a python application for the analysis of smFish images. It provides a ready to use graphical interface to combine famous python packages for cell analysis without any need for coding.
5
5
  Project-URL: Homepage, https://github.com/2Echoes/small_fish
6
6
  Project-URL: Issues, https://github.com/2Echoes/small_fish/issues
@@ -10,6 +10,7 @@ Classifier: License :: OSI Approved :: BSD License
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Requires-Python: >=3.8
13
+ Requires-Dist: big-fish==0.6.2
13
14
  Requires-Dist: cellpose==3.0.7
14
15
  Requires-Dist: czifile==2019.7.2
15
16
  Requires-Dist: imageio==2.34.0
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "small_fish_gui"
7
- version = "1.0.3"
7
+ version = "1.0.4"
8
8
  authors = [
9
9
  { name="Slimani Floric", email="floric.slimani@live.com" },
10
10
  ]
@@ -17,6 +17,7 @@ classifiers = [
17
17
  "Operating System :: OS Independent",
18
18
  ]
19
19
  dependencies = [
20
+ "big-fish==0.6.2",
20
21
  "cellpose==3.0.7",
21
22
  "czifile==2019.7.2",
22
23
  "imageio==2.34.0",
File without changes
File without changes