Changeset 38a8c4c in sasview for setup.py


Ignore:
Timestamp:
Sep 26, 2014 4:37:49 PM (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:
291ef3b
Parents:
a91bc5d
Message:

remove numdifftools requirement (it is now bundled with bumps 0.7.5.2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r24a6d2f r38a8c4c  
    348348 
    349349required = [ 
    350     'bumps>=0.7.5.1', 'periodictable>=1.3.1', 'pyparsing<2.0.0', 
     350    'bumps>=0.7.5.2', 'periodictable>=1.3.1', 'pyparsing<2.0.0', 
    351351 
    352352    # 'lxml>=2.2.2', 
    353353    'lxml',  
    354  
    355     ## numdifftools is an optional dependency for bumps, giving better 
    356     ## errorbars for amoeba and differential evolution.  It is suppressed 
    357     ## because it forces scipy>=0.8, which the SNS does not yet support. 
    358     # 'numdifftools', 
    359354 
    360355    ## The following dependecies won't install automatically, so assume them 
Note: See TracChangeset for help on using the changeset viewer.