Skip to content
Snippets Groups Projects
environment.yml 220 B
name: mordenv
channels:
  - conda-forge
  - defaults
dependencies:
  - quarto=1.1.145
  - jupyterlab=3.4
  - jupyterlab-latex=3.1
  - matplotlib=3.5
  - numpy=1.23
  - pandas=1.4
  - pip
  - python=3.10
  - seaborn=0.11