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

Julia version in Project.toml #208

Open
jd-lara opened this issue Aug 27, 2019 · 3 comments
Open

Julia version in Project.toml #208

jd-lara opened this issue Aug 27, 2019 · 3 comments

Comments

@jd-lara
Copy link

jd-lara commented Aug 27, 2019

Looks like in the Project.toml the compatible julia version was fixed to 1.2, this creates some dependency problems with packages that depend on MbedTLS. Is it possible to set the version to julia = '>= 1.1.0 to avoid compatibility issues?

@mattBrzezinski
Copy link

Any updates on this issue? Is there a reason why we can't just set the compat to julia = "1"?

@quinnj
Copy link
Member

quinnj commented Nov 6, 2019

Base Julia ships its own mbedtls libraries, which conflict with those provided by MbedTLS.jl. To avoid mismatched libraries, we have to sync the mbedtls version that Base Julia and MbedTLS.jl provide. In 1.2, Base Julia bumped mbedtls libraries, so a corresponding MbedTLS.jl release was made, also bumping the versions. I made this PR: JuliaLang/julia#32706 to include MbedTLS.jl as a stdlib to Base Julia since they have to be kept so closely synced.

@oxinabox
Copy link

oxinabox commented Nov 7, 2019

In retrospect ideally would have not bumped the minor version for that,
(just the the patch)
and then the package manager should have gotten the version of 0.6.x that was compatible with given julia version?

Should we make a julia 1.0 compatible 0.7.x version?
by rereleasing 0.6

chengchingwen added a commit to chengchingwen/Transformers.jl that referenced this issue Nov 30, 2019
Emmanuel-R8 pushed a commit to Emmanuel-R8/Transformers.jl that referenced this issue Jul 3, 2020
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

4 participants