Uh oh!
There was an error while loading. Please reload this page.
Conversation
hhaensel
commented
Jun 17, 2024
@cjdoris Do you want help for migration to package extensions? |
cjdoris
commented
Jun 19, 2024
Maybe, though the only things remaining on the list are Dates and Tables. I think Dates can't be removed because if you do I'm not sure about Tables. We use it in two places:
So all in all I think there's no more to do on this. |
hhaensel
commented
Jun 19, 2024
Well, I think there is. There are three occurrences of |
cjdoris
commented
Jun 20, 2024
Yes you're right the current uses of Didn't know about the upcoming version-dependent Project.toml, that's cool! |
Closes#405.
We can hopefully remove all these strong dependencies.
Markdown: needed for interactive help (probably always loaded by Julia anyway)juliacall.PkgREPL: it is only imported when needed (i.e. when juliacall is loaded in an interactive Python session)Serialization: this is needed by__reduce__in jlwrap anyway (unless we load it on demand??)