معرفی شرکت ها


conda-merge-0.2.0a0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Tool for merging conda environment files
ویژگی مقدار
سیستم عامل -
نام فایل conda-merge-0.2.0a0
نام conda-merge
نسخه کتابخانه 0.2.0a0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Amit Beka
ایمیل نویسنده amit.beka@gmail.com
آدرس صفحه اصلی https://github.com/amitbeka/conda-merge
آدرس اینترنتی https://pypi.org/project/conda-merge/
مجوز MIT
conda-merge =========== Tool for merging Conda (Anaconda) environment files into one file. This is used to merge your application environment file with any other environment file you might need (e.g. unit-tests, debugging, jupyter notebooks) and create a consistent environment without breaking dependencies from the previous environment files. **Installation**: :: pip install conda-merge **Usage**: :: conda-merge FILE1 FILE2 ... FILE-N > OUTPUT-FILE A common problem with multiple environment files is that of pinned dependencies: let's say ``environment.yml`` contains the dependency ``numpy=1.7``, and your ``dev-environment.yml`` contains ``pandas`` as a dependency. If you sequentially apply the environment files (``conda env update -f environment.yml`` and then ``conda env update -f dev-environment.yml``) ``numpy`` will no longer be pinned and will be upgraded to the latest version. One option to solve it is by using the pinned dependencies file in the environment directory, but this means storing your dependencies in another file which interacts with ``environment.yml``, and makes the dependencies less clear to other users. This script enables you to merge the two environment files and then run only one ``conda env`` command to apply the change.


زبان مورد نیاز

مقدار نام
>=3 Python


نحوه نصب


نصب پکیج whl conda-merge-0.2.0a0:

    pip install conda-merge-0.2.0a0.whl


نصب پکیج tar.gz conda-merge-0.2.0a0:

    pip install conda-merge-0.2.0a0.tar.gz