JunoLab / Weave.jl

Scientific reports/literate programming for Julia
http://weavejl.mpastell.com
MIT License
821 stars 94 forks source link

Bump up RelocatableFolders version #464

Closed newptcai closed 1 year ago

newptcai commented 1 year ago

Currently in Project.toml there is this line

RelocatableFolders = "0.1"

This should be updated to newer version.

pfitzseb commented 1 year ago

Any reason to drop compat for older versions?

newptcai commented 1 year ago

Any reason to drop compat for older versions?

I want to write a package depending on Weave and it also uses RelocatableFolders. I want to be able to use newer version of RelocatableFolders. If Weave does not update, it stops me from using a different version of RelocatableFolders.