Skip to content

Commit f6850e2

Browse files
Make the env lighter. (#15)
1 parent d409464 commit f6850e2

File tree

1 file changed

+1
-83
lines changed

1 file changed

+1
-83
lines changed

environment.yml

Lines changed: 1 addition & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -2,97 +2,15 @@ name: pfm
22
channels:
33
- defaults
44
dependencies:
5-
- blas=1.0
6-
- ca-certificates=2018.03.07
7-
- certifi=2018.4.16
8-
- cycler=0.10.0
9-
- dbus=1.13.2
10-
- et_xmlfile=1.0.1
11-
- expat=2.2.5
12-
- fastcache=1.0.2
13-
- fontconfig=2.13.0
14-
- freetype=2.9.1
15-
- glib=2.56.1
16-
- gmp=6.1.2
17-
- gmpy2=2.0.8
18-
- gst-plugins-base=1.14.0
19-
- gstreamer=1.14.0
20-
- icu=58.2
21-
- intel-openmp=2018.0.3
22-
- jdcal=1.4
23-
- jpeg=9b
24-
- kiwisolver=1.0.1
25-
- libedit=3.1.20170329
26-
- libffi=3.2.1
27-
- libgcc-ng=7.2.0
28-
- libgfortran-ng=7.2.0
29-
- libpng=1.6.34
30-
- libstdcxx-ng=7.2.0
31-
- libuuid=1.0.3
32-
- libxcb=1.13
33-
- libxml2=2.9.8
345
- matplotlib=2.2.2
35-
- mkl=2018.0.3
36-
- mkl_fft=1.0.2
37-
- mkl_random=1.0.1
38-
- mpc=1.1.0
39-
- mpfr=4.0.1
40-
- mpmath=1.0.0
41-
- ncurses=6.1
426
- numpy=1.14.5
43-
- numpy-base=1.14.5
44-
- openpyxl=2.5.4
45-
- openssl=1.0.2o
467
- pandas=0.23.2
47-
- pcre=8.42
48-
- pip=10.0.1
49-
- pyparsing=2.2.0
50-
- pyqt=5.9.2
518
- python=3.6.6
52-
- python-dateutil=2.7.3
53-
- pytz=2018.5
54-
- qt=5.9.6
55-
- readline=7.0
56-
- setuptools=39.2.0
57-
- sip=4.19.8
58-
- six=1.11.0
59-
- sqlite=3.24.0
609
- sympy=1.1.1
61-
- tk=8.6.7
62-
- tornado=5.0.2
63-
- wheel=0.31.1
6410
- xlrd=1.1.0
65-
- xz=5.2.4
66-
- zlib=1.2.11
11+
- openpyxl=2.5.4
6712
- pip:
68-
- atomicwrites==1.1.5
69-
- attrs==18.1.0
70-
- backcall==0.1.0
71-
- coverage==4.5.1
72-
- decorator==4.3.0
7313
- invoke==1.1.0
74-
- ipykernel==4.8.2
75-
- ipython==6.4.0
76-
- ipython-genutils==0.2.0
77-
- jedi==0.12.1
78-
- jsonschema==2.6.0
79-
- jupyter-client==5.2.3
80-
- jupyter-core==4.4.0
81-
- more-itertools==4.2.0
82-
- nbformat==4.4.0
8314
- nbval==0.9.1
84-
- parso==0.3.1
85-
- pexpect==4.6.0
86-
- pickleshare==0.7.4
87-
- pluggy==0.6.0
88-
- prompt-toolkit==1.0.15
89-
- ptyprocess==0.6.0
90-
- py==1.5.4
91-
- pygments==2.2.0
92-
- pytest==3.6.3
93-
- pyzmq==17.1.0
94-
- simplegeneric==0.8.1
95-
- traitlets==4.3.2
96-
- wcwidth==0.1.7
9715
prefix: /home/vince/anaconda3/envs/pfm
9816

0 commit comments

Comments
 (0)