https://github.com/MDverse/mdda
Revision fab2281dcee47ca427fc4b62ef300d14bac7e595 authored by Pierre Poulain on 01 December 2022, 15:35:09 UTC, committed by Pierre Poulain on 01 December 2022, 15:35:09 UTC
1 parent 92cd23a
Tip revision: fab2281dcee47ca427fc4b62ef300d14bac7e595 authored by Pierre Poulain on 01 December 2022, 15:35:09 UTC
Ignore figures
Ignore figures
Tip revision: fab2281
environment.yml
name: mdda
# channels priority
# see https://bioconda.github.io/
# conda-forge has highest priority
channels:
- defaults
- bioconda
- conda-forge
dependencies:
- python=3.9
- pip
- jupyterlab=3
- numpy
- scipy
- pandas
- matplotlib==3.5.3
- plotly
- pyyaml
# linters and more
- pylint
- pycodestyle
- pydocstyle
- black
- pip:
- upsetplot # https://upsetplot.readthedocs.io/en/stable/index.html
- pysankeybeta # https://github.com/pierre-sassoulas/pySankey
- watermark

Computing file changes ...