https://github.com/MDverse/mdda
Revision 4ba7409313630b9939a297d358fd7ced68812a0c authored by Pierre Poulain on 26 October 2022, 18:18:09 UTC, committed by Pierre Poulain on 26 October 2022, 18:18:09 UTC
1 parent fcc0658
Tip revision: 4ba7409313630b9939a297d358fd7ced68812a0c authored by Pierre Poulain on 26 October 2022, 18:18:09 UTC
Create conda env file
Create conda env file
Tip revision: 4ba7409
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
# 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 ...