-
Notifications
You must be signed in to change notification settings - Fork 49
/
environment.yml
75 lines (75 loc) · 1.82 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: share_tutorials
dependencies:
- backports=1.0=py35_0
- cycler=0.10.0=py35_0
- decorator=4.0.10=py35_0
- entrypoints=0.2.2=py35_0
- et_xmlfile=1.0.1=py35_0
- freetype=2.5.5=1
- get_terminal_size=1.0.0=py35_0
- ipykernel=4.3.1=py35_0
- ipywidgets=4.1.1=py35_0
- jdcal=1.2=py35_1
- jinja2=2.8=py35_1
- jsonschema=2.5.1=py35_0
- jupyter=1.0.0=py35_3
- jupyter_client=4.3.0=py35_0
- jupyter_console=4.1.1=py35_0
- jupyter_core=4.1.0=py35_0
- libpng=1.6.22=0
- markupsafe=0.23=py35_2
- matplotlib=1.5.1=np111py35_0
- mkl=11.3.3=0
- nbconvert=4.2.0=py35_0
- nbformat=4.0.1=py35_0
- notebook=4.2.1=py35_0
- numpy=1.11.1=py35_0
- openpyxl=2.3.2=py35_0
- openssl=1.0.2h=1
- pandas=0.18.1=np111py35_0
- path.py=8.2.1=py35_0
- pexpect=4.0.1=py35_0
- pickleshare=0.7.2=py35_0
- pip=8.1.2=py35_0
- ptyprocess=0.5.1=py35_0
- pygments=2.1.3=py35_0
- pyparsing=2.1.4=py35_0
- pyqt=4.11.4=py35_3
- python=3.5.2=0
- python-dateutil=2.5.3=py35_0
- pytz=2016.4=py35_0
- pyzmq=15.2.0=py35_1
- qt=4.8.7=3
- qtconsole=4.2.1=py35_0
- readline=6.2=2
- requests=2.10.0=py35_0
- setuptools=23.0.0=py35_0
- simplegeneric=0.8.1=py35_1
- sip=4.16.9=py35_0
- six=1.10.0=py35_0
- sqlite=3.13.0=0
- terminado=0.6=py35_0
- tk=8.5.18=0
- tornado=4.3=py35_1
- traitlets=4.2.1=py35_0
- wheel=0.29.0=py35_0
- xz=5.2.2=0
- zlib=1.2.8=3
- pip:
- backports.shutil-get-terminal-size==1.0.0
- elasticsearch==2.3.0
- elasticsearch-dsl==2.1.0
- et-xmlfile==1.0.1
- furl==0.5.1
# TODO: Install with conda once there is an ipython 5.0.0 conda distribution
- ipython==5.0.0
- ipython-genutils==0.1.0
- jupyter-client==4.3.0
- jupyter-console==4.1.1
- jupyter-core==4.1.0
- orderedmultidict==0.7.6
- prompt-toolkit==1.0.3
# Development version of sharepa with SHAREv2 support
- git+https://github.com/CenterForOpenScience/sharepa@develop
- urllib3==1.16
- wcwidth==0.1.7