fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.94k stars 285 forks source link

Project.toml: compat entries for stdlibs #2687

Closed fonsp closed 10 months ago

fonsp commented 10 months ago

This is now required apparently

github-actions[bot] commented 10 months ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
  julia> Pkg.activate(temp=true)
  julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="compat-for-stdlibs")
  julia> using Pluto