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

Update dependencies to prevent environment-wide downgrades #66

Closed
zsz00 opened this issue Jan 10, 2022 · 7 comments
Closed

Update dependencies to prevent environment-wide downgrades #66

zsz00 opened this issue Jan 10, 2022 · 7 comments

Comments

@zsz00
Copy link

zsz00 commented Jan 10, 2022

add PackageAnalyzer

image

@giordano
Copy link
Member

giordano commented Jan 10, 2022

Current compat bounds

[compat]
Git = "1.2.1"
GitHub = "5.4"
JSON3 = "1.5.1"
LicenseCheck = "0.2"
julia = "1.6"

already allow latest versions of all involved packages, I don't think we have to do anything

@giordano
Copy link
Member

As a side note, I strongly recommend using local environments instead of installing all packages in the global environment. That'd make package resolution simpler and avoids problems when hundreds of unrelated packages try to find a common set of compatible versions

@zsz00
Copy link
Author

zsz00 commented Jan 10, 2022

my version is julia 1.7.1
why make some *_jll downgrades ?

@giordano
Copy link
Member

I don't know what other packages you have in your global environment 🙂 Using small global environments + task-specific local environments solve this issue

@zsz00
Copy link
Author

zsz00 commented Jan 10, 2022

ok , thks

@giordano
Copy link
Member

@zsz00 If you update the registry, you should get Git_jll v2.34.1 which may resolve conflict with your other packages.

@zsz00
Copy link
Author

zsz00 commented Jan 11, 2022

yes, I tried this. It's worked.

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

No branches or pull requests

2 participants