Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to Julia 1.9, use extensions remove Requires for collect_results and Dataframes #399

Open
Datseris opened this issue Oct 17, 2023 · 0 comments
Labels
good first issue Easy issue good for newcomers update Updates in the source code or documentation are necessary.

Comments

@Datseris
Copy link
Member

The title says it all, currently we use Requires for collect_results. We should not do that as Julia natively supports conditional dependencies via the extensions. See here for how to do it: https://pkgdocs.julialang.org/dev/creating-packages/#Conditional-loading-of-code-in-packages-(Extensions)

@Datseris Datseris added good first issue Easy issue good for newcomers update Updates in the source code or documentation are necessary. labels Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Easy issue good for newcomers update Updates in the source code or documentation are necessary.
Projects
None yet
Development

No branches or pull requests

1 participant