Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images.jl incompatible with ImageMorphology@0.4.1 #1013

Closed
DominikZians opened this issue Jul 18, 2022 · 3 comments
Closed

Images.jl incompatible with ImageMorphology@0.4.1 #1013

DominikZians opened this issue Jul 18, 2022 · 3 comments

Comments

@DominikZians
Copy link

Can't install Images along ImageMorphology version 0.4.1

Minimum example:

(@v1.7) pkg> generate test

(@v1.7) pkg> activate test

(test) pkg> add ImageMorphology@0.4.1
  
(test) pkg> pin ImageMorphology

(test) pkg> add Images
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package ImageMorphology [787d08f9]:
 ImageMorphology [787d08f9] log:
 ├─possible versions are: 0.1.0-0.4.1 or uninstalled
 ├─restricted to versions * by test [ff4e7b30], leaving only versions 0.1.0-0.4.1
 │ └─test [ff4e7b30] log:
 │   ├─possible versions are: 0.1.0 or uninstalled
 │   └─test [ff4e7b30] is fixed to version 0.1.0
 ├─restricted to versions 0.4.1 by an explicit requirement, leaving only versions 0.4.1
 └─restricted by compatibility requirements with Images [916415d5] to versions: 0.1.1-0.3.2 — no versions left
   └─Images [916415d5] log:
     ├─possible versions are: 0.17.3-0.25.2 or uninstalled
     └─restricted to versions * by an explicit requirement, leaving only versions 0.17.3-0.25.2
@DominikZians
Copy link
Author

DominikZians commented Jul 18, 2022

P.S. ImageSegmantations.jl is also incompatible with ImageMorphology@0.4.1

@johnnychen94
Copy link
Member

Yeap, this is deliberately made so because otherwise, we'll need to bump Images v0.26. #1011 (comment)

The current ImageMorphology@0.4 version is more or less a "preview" version for people who care about morphology processing. For common Images users that don't care much about morphology, it's better to wait ImageMorphology@0.5 (a version that will match MATLAB's functionality); by then I'll bump Images v0.26 for it.

@timholy
Copy link
Member

timholy commented Jul 23, 2023

Closed by #1031

@timholy timholy closed this as completed Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants