Skip to content
Snippets Groups Projects
conda_env.yml 1.39 KiB
Newer Older
# conda env create -f conda_env.yml
name: education
channels:
  - conda-forge
  - bioconda
  - defaults
dependencies:
  - bzip2=1.0.8=h1de35cc_0
  - ca-certificates=2023.01.10=hecd8cb5_0
  - certifi=2022.12.7=py310hecd8cb5_0
  - libffi=3.4.2=hecd8cb5_6
  - ncurses=6.4=hcec6c5f_0
  - openssl=1.1.1t=hca72f7f_0
  - pip=23.0.1=py310hecd8cb5_0
  - python=3.10.9=h218abb5_2
  - readline=8.2=hca72f7f_0
  - setuptools=65.6.3=py310hecd8cb5_0
  - sqlite=3.40.1=h880c91c_0
  - tk=8.6.12=h5d9f67b_0
  - tzdata=2022g=h04d1e81_0
  - wheel=0.38.4=py310hecd8cb5_0
  - xz=5.2.10=h6c40b1e_1
  - zlib=1.2.13=h4dc903c_0
  - pip:
      - charset-normalizer==3.1.0
      - click==8.1.3
      - colorama==0.4.6
      - csscompressor==0.9.5
      - ghp-import==2.1.0
      - htmlmin==0.1.12
      - idna==3.4
      - jinja2==3.1.2
      - jsmin==3.0.1
      - markdown==3.3.7
      - markupsafe==2.1.2
      - mergedeep==1.3.4
      - mkdocs==1.4.2
      - mkdocs-macros-plugin==0.7.0
      - mkdocs-material==9.1.1
      - mkdocs-material-extensions==1.1.1
      - mkdocs-minify-plugin==0.6.2
      - packaging==23.0
      - pygments==2.14.0
      - pymdown-extensions==9.10
      - python-dateutil==2.8.2
      - pyyaml==6.0
      - pyyaml-env-tag==0.1
      - regex==2022.10.31
      - requests==2.28.2
      - six==1.16.0
      - termcolor==2.2.0
      - urllib3==1.26.14
      - watchdog==2.3.1
prefix: /Users/jdainat/miniconda3/envs/education