-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
As i understand it the juliapkg.json roughly coresponds to the Project.toml or pixi.toml.
It specified compatibility ranges of direct dependencies.
The Manifest.toml / pixi.lock exist to ensure you can exactly get the same version of things that another user was using and testing, including indirect dependencies.
For Pkg this is done via using ] instantiate instead of ] resolve.
For pixi.lock this is done via the --frozen or --locked flags passed to pixi install
As far as I can tell there is no equivalent for pyjuliapkg
A Manifest.toml, meta.json files are created as part of install process.
But if already present they are ignored and recreated every time AFAICT. (cf #77)
Metadata
Metadata
Assignees
Labels
No labels