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

migration to package extensions #414

Draft
wants to merge 3 commits into
base: v1
Choose a base branch
from
Draft

migration to package extensions #414

wants to merge 3 commits into from

Conversation

cjdoris
Copy link
Collaborator

@cjdoris cjdoris commented Nov 6, 2023

Closes #405.

We can hopefully remove all these strong dependencies.

  • Dates
  • Markdown: needed for interactive help (probably always loaded by Julia anyway)
  • Pkg: removed juliacall.Pkg
  • REPL: it is only imported when needed (i.e. when juliacall is loaded in an interactive Python session)
  • Requires
  • Serialization: this is needed by __reduce__ in jlwrap anyway (unless we load it on demand??)
  • Tables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant