chipstream 0.2.1__tar.gz → 0.2.2__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.
- {chipstream-0.2.1 → chipstream-0.2.2}/.github/workflows/check.yml +2 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/.github/workflows/deploy_github.yml +2 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/CHANGELOG +2 -0
- {chipstream-0.2.1/chipstream.egg-info → chipstream-0.2.2}/PKG-INFO +1 -1
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/_version.py +2 -2
- {chipstream-0.2.1 → chipstream-0.2.2/chipstream.egg-info}/PKG-INFO +1 -1
- {chipstream-0.2.1 → chipstream-0.2.2}/.github/workflows/deploy_pypi.yml +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/.gitignore +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/.readthedocs.yml +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/LICENSE +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/README.rst +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/ChipStream.icns +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/ChipStream.ico +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/ChipStreamLauncher.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/ChipStreamLauncherCLI.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/Readme.md +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/hook-chipstream.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/macos_ChipStream.spec +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/macos_build_app.sh +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/macos_build_requirements.txt +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/win_ChipStream.spec +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/win_build_requirements.txt +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/win_chipstream.iss_dummy +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/build-recipes/win_make_iss.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/__init__.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/cli/__init__.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/cli/cli_common.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/cli/cli_main.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/cli/cli_proc.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/cli/cli_valid.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/gui/__init__.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/gui/img/chipstream_icon.png +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/gui/main_window.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/gui/main_window.ui +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/gui/splash.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/gui/table_progress.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/manager.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream/path_cache.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream.egg-info/SOURCES.txt +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream.egg-info/dependency_links.txt +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream.egg-info/entry_points.txt +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream.egg-info/requires.txt +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/chipstream.egg-info/top_level.txt +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/docs/artwork/chipstream_icon.svg +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/docs/artwork/chipstream_splash.png +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/docs/artwork/chipstream_splash.svg +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/docs/conf.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/docs/index.rst +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/docs/requirements.txt +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/pyproject.toml +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/setup.cfg +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/tests/conftest.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/tests/data/fmt-hdf5_cytoshot_full-features_legacy_allev_2023.zip +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/tests/helper_methods.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/tests/requirements-full.txt +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/tests/requirements.txt +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/tests/test_cli.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/tests/test_gui.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/tests/test_manager.py +0 -0
- {chipstream-0.2.1 → chipstream-0.2.2}/tests/test_path_cache.py +0 -0
|
@@ -42,6 +42,8 @@ jobs:
|
|
|
42
42
|
python -m pip install --upgrade pip wheel
|
|
43
43
|
python -m pip install coverage flake8 pytest
|
|
44
44
|
# install base dependencies
|
|
45
|
+
# https://github.com/luispedro/mahotas/issues/144
|
|
46
|
+
pip install mahotas==1.4.13
|
|
45
47
|
pip install .
|
|
46
48
|
pip install -r tests/requirements.txt
|
|
47
49
|
# show installed packages
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|