~maus-mlcr/maus/mlcrFeb2015

« back to all changes in this revision

Viewing changes to third_party/bash/40python_extras.bash

  • Committer: Durga Rajaram
  • Date: 2013-10-01 00:19:57 UTC
  • mfrom: (659.1.74 rc)
  • Revision ID: durga@fnal.gov-20131001001957-iswih60vis9rodw0
Tags: MAUS-v0.7.1
MAUS-v0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 anyjson python-dateutil>=1.5,<2.0 kombu==2.1.8 amqplib>=1.0 \
20
20
 logilab-common logilab-astng suds validictory nose==1.1 nose-exclude  \
21
21
 coverage ipython doxypy pylint==0.25.1 bitarray celery==2.5.5 \
22
 
 pymongo==2.3 readline numpy==1.5 matplotlib==1.1.0 scons==2.2.0\
 
22
 pymongo==2.3 readline matplotlib==1.1.0 scons==2.2.0\
23
23
 pil django magickwand
24
24
"
25
25
# these are the packages to install - note the version dependencies
27
27
 anyjson python-dateutil amqplib kombu \
28
28
 logilab-common logilab-astng  suds validictory nose nose-exclude \
29
29
 coverage ipython doxypy pylint bitarray celery \
30
 
 pymongo scons readline numpy matplotlib \
 
30
 pymongo scons readline matplotlib \
31
31
 pil django magickwand
32
32
"
33
 
module_test_list="suds validictory nose coverage \
34
 
 pylint numpy bitarray matplotlib celery pymongo \
 
33
# note numpy was installed previously, not in this script. We test it's import
 
34
# here for convenience
 
35
module_test_list="numpy suds validictory nose coverage \
 
36
 pylint bitarray matplotlib celery pymongo \
35
37
 Image django magickwand" #Image is pil bottom level
36
38
binary_test_list="scons"
37
39