Changeset 8b74155d in sasview for setup.py


Ignore:
Timestamp:
Sep 8, 2014 8:26:08 AM (10 years ago)
Author:
pkienzle
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
de126d3
Parents:
5b1392f (diff), 1792311 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

bumps integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r968aa6e r8b74155d  
    6969     
    7070     
    71 enable_openmp = True                     
     71enable_openmp = True 
    7272 
    7373if sys.platform =='darwin': 
     
    347347#            'wxPython>=2.8.11', 'pil', 
    348348#            'periodictable>=1.3.0', 'scipy>=0.7.2'] 
    349 required = ['lxml','periodictable>=1.3.1','pyparsing<2.0.0'] 
     349required = ['lxml', 'periodictable>=1.3.1', 'pyparsing<2.0.0' 
     350        'bumps', 'numdifftools'] 
    350351 
    351352if os.name=='nt': 
Note: See TracChangeset for help on using the changeset viewer.