Skip to content

Commit

Permalink
add conda environment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
HM Rando committed Sep 10, 2021
1 parent 427b1d7 commit 5067163
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions analyze-ms-stats/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: ms-stats
channels:
- defaults
dependencies:
- blas=1.0=mkl
- bottleneck=1.3.2=py39he3068b8_1
- brotli=1.0.9=hb1e8313_2
- ca-certificates=2021.7.5=hecd8cb5_1
- certifi=2021.5.30=py39hecd8cb5_0
- cycler=0.10.0=py39hecd8cb5_0
- fonttools=4.25.0=pyhd3eb1b0_0
- freetype=2.10.4=ha233b18_0
- intel-openmp=2021.3.0=hecd8cb5_3375
- jpeg=9b=he5867d9_2
- kiwisolver=1.3.1=py39h23ab428_0
- lcms2=2.12=hf1fd2bf_0
- libcxx=12.0.0=h2f01273_0
- libffi=3.3=hb1e8313_2
- libpng=1.6.37=ha441bb4_0
- libtiff=4.2.0=h87d7836_0
- libwebp-base=1.2.0=h9ed2024_0
- lz4-c=1.9.3=h23ab428_1
- matplotlib=3.4.2=py39hecd8cb5_0
- matplotlib-base=3.4.2=py39h8b3ea08_0
- mkl=2021.3.0=hecd8cb5_517
- mkl-service=2.4.0=py39h9ed2024_0
- mkl_fft=1.3.0=py39h4a7008c_2
- mkl_random=1.2.2=py39hb2f4e1b_0
- munkres=1.1.4=py_0
- ncurses=6.2=h0a44026_1
- numexpr=2.7.3=py39h5873af2_1
- numpy=1.20.3=py39h4b4dc7a_0
- numpy-base=1.20.3=py39he0bd621_0
- olefile=0.46=pyhd3eb1b0_0
- openjpeg=2.4.0=h66ea3da_0
- openssl=1.1.1l=h9ed2024_0
- pandas=1.3.2=py39h5008ddb_0
- pillow=8.3.1=py39ha4cf6ea_0
- pip=21.2.4=py37hecd8cb5_0
- pyparsing=2.4.7=pyhd3eb1b0_0
- python=3.9.6=h88f2d9e_1
- python-dateutil=2.8.2=pyhd3eb1b0_0
- pytz=2021.1=pyhd3eb1b0_0
- readline=8.1=h9ed2024_0
- setuptools=52.0.0=py39hecd8cb5_0
- six=1.16.0=pyhd3eb1b0_0
- sqlite=3.36.0=hce871da_0
- tk=8.6.10=hb0a8c7a_0
- tornado=6.1=py39h9ed2024_0
- tzdata=2021a=h5d7bf9c_0
- wheel=0.37.0=pyhd3eb1b0_1
- xz=5.2.5=h1de35cc_0
- zlib=1.2.11=h1de35cc_3
- zstd=1.4.9=h322a384_0
prefix: /Users/halierando/opt/miniconda3/envs/ms-stats

0 comments on commit 5067163

Please sign in to comment.