Skip to content

Commit 4cad692

Browse files
committed
Including the conda env for Mac.
1 parent 8c2f84d commit 4cad692

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

conda-envs/mac-cpu.yml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
name: roosterize-mac
2+
channels:
3+
- pytorch
4+
- defaults
5+
dependencies:
6+
- blas=1.0
7+
- ca-certificates=2020.10.14
8+
- certifi=2020.6.20
9+
- cffi=1.14.3
10+
- freetype=2.10.4
11+
- intel-openmp=2019.4
12+
- jpeg=9b
13+
- lcms2=2.11
14+
- libcxx=10.0.0
15+
- libedit=3.1.20191231
16+
- libffi=3.3
17+
- libpng=1.6.37
18+
- libtiff=4.1.0
19+
- lz4-c=1.9.2
20+
- mkl=2019.4
21+
- mkl-service=2.3.0
22+
- mkl_fft=1.2.0
23+
- mkl_random=1.1.1
24+
- ncurses=6.2
25+
- ninja=1.10.1
26+
- numpy=1.19.2
27+
- numpy-base=1.19.2
28+
- olefile=0.46
29+
- openssl=1.1.1h
30+
- pillow=8.0.1
31+
- pip=20.2.4
32+
- pycparser=2.20
33+
- python=3.7.9
34+
- pytorch=1.1.0
35+
- readline=8.0
36+
- setuptools=50.3.1
37+
- six=1.15.0
38+
- sqlite=3.33.0
39+
- tk=8.6.10
40+
- torchvision=0.3.0
41+
- wheel=0.35.1
42+
- xz=5.2.5
43+
- zlib=1.2.11
44+
- zstd=1.4.5
45+
- pip:
46+
- chardet==3.0.4
47+
- click==7.1.2
48+
- configargparse==1.2.3
49+
- deprecated==1.2.10
50+
- future==0.18.2
51+
- idna==2.10
52+
- ijson==3.1.2.post0
53+
- joblib==0.17.0
54+
- mypy-extensions==0.4.3
55+
- nltk==3.5
56+
- pygithub==1.53
57+
- pygls==0.9.1
58+
- pyjwt==1.7.1
59+
- pyyaml==5.3.1
60+
- recordclass==0.14.3
61+
- regex==2020.11.13
62+
- requests==2.25.0
63+
- seutil==0.5.4
64+
- torchtext==0.4.0
65+
- tqdm==4.30.0
66+
- typing-extensions==3.7.4.3
67+
- typing-inspect==0.6.0
68+
- unidiff==0.6.0
69+
- urllib3==1.26.2
70+
- wrapt==1.12.1
71+
prefix: /Users/liuyu/miniconda3/envs/roosterize-mac
72+

0 commit comments

Comments
 (0)