conda-minify
conda-minify copied to clipboard
A simple library to create minified or relaxed versions of Conda environment specs for cross-platform sharing.
My 'miniforge' installation on MacOs 11/Arm64 pypi has a slightly different path to its repository. Since this may differ between operation-systems, versions of pip and/or conda-clones, some flexible and dynamic...
I have observed that if I install numpy from pypi on my platform, it gets ignored in the output. This is a symptom of a general issue with this excellent...
When calling `conda run --name base conda-minify -n dummyenv -f environment.yml` the order of the output file changes every time. E.g. first call produces ``` name: example_environment channels: - conda-forge...
Hi, I just tried to install this package: `conda install conda-minify -c jamespreed` But when I try it out, I run into the following error: ```python3 Traceback (most recent call...
Is support to include minimal requirements of pip planned? For example (with conda-minify installed on the base env): ``` > conda env create -n test_env > conda activate test_env >...
I installed conda-minify in a "non-base" conda env -- here arbitrarily named "gp". Activated env "gp" and tried to use conda-minify to no avail. Quick question: Can't conda-minify be installed...
Hello, I wonder if there is way to use this library not in environment but with an input files ? Thanks for your work !