JuliaPy / pyjuliapkg

Manage your Julia dependencies from Python
MIT License
45 stars 12 forks source link

explicitly update julia registry during online startup #22

Closed brian-dellabetta closed 4 months ago

brian-dellabetta commented 6 months ago

This resolves https://github.com/JuliaPy/PythonCall.jl/issues/428 by explicitly adding a call to update the Pkg registry.

cjdoris commented 4 months ago

Thanks :)

cjdoris commented 4 months ago

Now released on PyPI