JuliaAcademy / DataScience

Data Science in Julia course for JuliaAcademy.com, taught by Huda Nassar
https://juliaacademy.com/p/julia-for-data-science
MIT License
488 stars 256 forks source link

Update recommended version in README #36

Closed brenhinkeller closed 3 years ago

brenhinkeller commented 3 years ago

Pursuant to discussion in https://stackoverflow.com/questions/68177877/need-help-resolving-typeerror-in-julia/68182821#68182821, it appears that these notebooks have actually been updated for Julia 1.6, but the readme still specifies Julia 1.4.

I can confirm that the manifest can in fact be instantiated in 1.6, consistent with the compat requirement in Project.toml and the description of various recent commits by @logankilpatrick.

If correct, the readme just needs to be updated, so these changes would fix #35

logankilpatrick commented 3 years ago

You are correct, thanks for this!