forked from metaspace2020/sm-engine-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
miniconda.yml
35 lines (34 loc) · 819 Bytes
/
miniconda.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
- name: installing web app dependencies as miniconda distribution
hosts: sm-vbox
remote_user: ubuntu
roles:
- role: miniconda
miniconda_version: latest
miniconda_python: 2
miniconda_prefix: /opt/dev/miniconda
miniconda_env:
name: sm
dependencies:
- python=2
- numpy=1.10
- scipy=0.16
- matplotlib=1.5
- pandas=0.18
- cffi
- pip:
- pyMSpec
- cpyMSpec
- pyImagingMSpec
- cpyImagingMSpec
- requests
- mock
- psycopg2
- py4j
- pyimzML
- pytest
- tornado
- tornpsql
- recommonmark
- boto3
- networkx
- fabric