spectrochempy/spectrochempy

View on GitHub
environment.yml

Summary

Maintainability
Test Coverage
# ======================================================================================
#
#       This file is automatically generated to be up-to-date in the master
#       repository.
#
#       !!! DO NOT MODIFY !!!
#
#       if you need to modify a dependency you need to follow these steps:
#
#       - Any change in dependencies must be first reflected in
#         file .ci/templates/dependencies.tmpl
#
#       - Then execute :
#          *  pre-commit run --all-files
#
# ======================================================================================
channels:
    - conda-forge
    - spectrocat
    - defaults

dependencies:
    # specific dependencies
    - brukeropusreader
    - quaternion

    # dependencies for the core package
    - cffconvert>=2.0.0
    - colorama
    - dill
    - docrep
    - ipython
    - jinja2
    - matplotlib>=3.8
    - numba
    - numpy
    - numpydoc>=1.2
    - osqp
    - packaging
    - pint>=0.20,<=0.23
    - requests
    - scipy
    - tqdm
    - traitlets=5.14.1
    - tzlocal
    - scikit-learn
    - xlrd
    - pyyaml

    # dependencies needed mainly for install and a bit more ...
    - setuptools
    - setuptools_scm
    - git

    # Jupyter lab
    - ipywidgets=8.0.4
    - ipympl
    - jupyterlab
    - jupyterlab_widgets
    - jupyter_events=0.6.3
    - jupyter_server
    - pyzmq=25.1.2
    - nodejs
    - widgetsnbextension=4.0.5

    # voila
    - voila
    - voila-material