question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:

  1. Install latest of scikit-image
  2. 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:closed
  • Created a year ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
23pointsNorthcommented, Jun 20, 2022

Also #1076

0reactions
Dipetcommented, Jun 21, 2022

To be honest, not very often. Usually, once every few months. Maybe more often if there are a lot of changes.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found