https://github.com/MDverse/mdda
Tip revision: 8284f29cf578f83bcd7cf4bd0ebe370a5d45e95f authored by Pierre Poulain on 16 May 2024, 16:03:16 UTC
Update Python and Jupyter Lab version
Update Python and Jupyter Lab version
Tip revision: 8284f29
environment.yml
name: mdda
# channels priority
# see https://bioconda.github.io/
# conda-forge has highest priority
channels:
- defaults
- bioconda
- conda-forge
dependencies:
- python=3.11
- pip
- jupyterlab=4
- numpy
- scipy
- pandas
- matplotlib
- plotly
- pyyaml
- biopython
- pyarrow
- jupyterlab_execute_time
# 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
