Update Project.toml compat entries in Pluto

Thanks, I did edit them manually based on the compat manual section you referenced. I removed the tilde’s and the quotes at the end of the lines like this.

[compat]
CSV = "0.9
FFTW = "1.4
Plots = "1.22
PlutoUI = "0.7
Tables = "1.5
"""

I then loaded the notebook again and did Pkg.update() and Pkg.resolve() though I don’t think I need to do that. When I looked in the compat section of the file the packages updated but the tildes and quotes came back as shown:

[compat]
CSV = "~0.10.4"
FFTW = "~1.5.0"
Plots = "~1.31.7"
PlutoUI = "~0.7.39"
Tables = "~1.7.0"
"""

Then I removed the Compat section from the project.toml and it continues to work.