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

v0.20.0 version restrictions w/ Polynomials.jl? #3397

Closed
3 tasks done
daviehh opened this issue Nov 21, 2023 · 2 comments
Closed
3 tasks done

v0.20.0 version restrictions w/ Polynomials.jl? #3397

daviehh opened this issue Nov 21, 2023 · 2 comments
Labels
bug dependencies Pull requests that update a dependency file

Comments

@daviehh
Copy link
Contributor

daviehh commented Nov 21, 2023

  • are you running newest version (version from docs) ?
  • can you reproduce the bug with a fresh environment ? (]activate --temp; add Makie)
  • What platform + GPU are you on?
    macos, apple silicon

--
with the v0.20.0 release, it would downgrade the Polynomials.jl (either the most recent v3 or v4 lines):

pkg> add [email protected] [email protected]
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package MakieCore [20f20a25]:
 MakieCore [20f20a25] log:
 ├─possible versions are: 0.1.0-0.7.0 or uninstalled
 ├─restricted by compatibility requirements with Polynomials [f27b6e38] to versions: 0.6.0-0.6.9 or uninstalled
 │ └─Polynomials [f27b6e38] log:
 │   ├─possible versions are: 0.5.0-4.0.5 or uninstalled
 │   └─restricted to versions 4.0.5 by an explicit requirement, leaving only versions: 4.0.5
 └─restricted by compatibility requirements with Makie [ee78f7c6] to versions: 0.7.0 — no versions left
   └─Makie [ee78f7c6] log:
     ├─possible versions are: 0.9.0-0.20.0 or uninstalled
     └─restricted to versions 0.20.0 by an explicit requirement, leaving only versions: 0.20.0

and

pkg> add [email protected] [email protected]
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package MakieCore [20f20a25]:
 MakieCore [20f20a25] log:
 ├─possible versions are: 0.1.0-0.7.0 or uninstalled
 ├─restricted by compatibility requirements with Polynomials [f27b6e38] to versions: 0.6.0-0.6.9 or uninstalled
 │ └─Polynomials [f27b6e38] log:
 │   ├─possible versions are: 0.5.0-4.0.5 or uninstalled
 │   └─restricted to versions 3.2.13 by an explicit requirement, leaving only versions: 3.2.13
 └─restricted by compatibility requirements with Makie [ee78f7c6] to versions: 0.7.0 — no versions left
   └─Makie [ee78f7c6] log:
     ├─possible versions are: 0.9.0-0.20.0 or uninstalled
     └─restricted to versions 0.20.0 by an explicit requirement, leaving only versions: 0.20.0

The above works with '[email protected]`

Thanks!

@daviehh daviehh added the bug label Nov 21, 2023
@jaakkor2
Copy link
Contributor

CompatHelper PR is this one JuliaMath/Polynomials.jl#542.

@t-bltg t-bltg added the dependencies Pull requests that update a dependency file label Nov 27, 2023
@jaakkor2
Copy link
Contributor

Issue can be closed thanks to JuliaRegistries/General#96036.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

4 participants