You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pixi.lock file currently contains a complete description of your python environment and is over 6000 lines and 200KB. Is there a way to streamline this - perhaps by creating the lock file within a minimalist virtual environment?
The pixi.lock file currently contains a complete description of your python environment and is over 6000 lines and 200KB.
@amegahed The pixi environment does not involve Python at all
$ git grep "python" -- pixi.lock # no output
pixi it is a general dependency management tool that focuses on using package indexes that Python packages use often (PyPI and conda-forge) but there is no requirement for Python. This is a Ruby project, and so there are only Ruby dependencies and then external dependencies of Ruby Gems. For example
As I mentioned in #18 (comment), the pixi.lock file is also not something that humans are going to maintain or edit directly, so the file length isn't something to be concerned about.
Is there a way to streamline this - perhaps by creating the lock file within a minimalist virtual environment?
No. Lock files are by design going to be large even if they only describe minimal requirements, like this one does.
Originally posted by @amegahed in #26 (comment)
The text was updated successfully, but these errors were encountered: