Version of scikit-image
See original GitHub issue🐛 Bug
In larger systems with more dependencies, we have external reasons to track the latest version of libraries. Right now, scikit-image 0.19.3 has been released, which conflicts with the top version of Albumentations as specified in the setup.py of <0.19.
To Reproduce
Steps to reproduce the behavior:
- Install latest of scikit-image
- Install latest of albumentations
Expected behavior
Not to specify a top version for external libraries.
Environment
- Albumentations version (e.g., 0.1.8):
- Python version (e.g., 3.7):
- OS (e.g., Linux):
- How you installed albumentations (
conda
,pip
, source): - Any other relevant information:
Additional context
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
Installing scikit-image — skimage v0.19.2 docs
To install the current scikit-image you'll need at least Python 3.6. If your Python is older, pip will find the most recent compatible...
Read more >scikit-image - PyPI
Image processing in Python. ... Latest version. Released: Jun 12, 2022. Image processing in ... Website (including documentation): https://scikit-image.org/ ...
Read more >Releases · scikit-image/scikit-image - GitHub
We're happy to announce a release-candidate for scikit-image v0.19.0! scikit-image is an image processing toolbox for SciPy that includes algorithms for ...
Read more >How to install scikit-image (skimage) in Python | bobbyhadz
To install the `scikit-image` module on Windows, type CMD in the search bar and open the Command Prompt application, type `pip install ...
Read more >scikit-image - Python Package Health Analysis - Snyk
Installation from binaries · Debian/Ubuntu: sudo apt-get install python-skimage · OSX: pip install scikit-image · Anaconda: conda install -c conda-forge scikit- ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Also #1076
To be honest, not very often. Usually, once every few months. Maybe more often if there are a lot of changes.