JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
638 stars 67 forks source link

Use package extensions #420

Open oschulz opened 1 year ago

oschulz commented 1 year ago

@jpsamaroo is the a chance that Dagger will support Julia v1.6 (again)? If not, should we just require Julia v1.9 instead of v1.7 and get rid of Requires completely?

jpsamaroo commented 1 year ago

As discussed on Slack, we want to support 1.7+ for the time being.

oschulz commented 1 year ago

Ok, I'll keep Requires in then and try to fix the CI failures.