Changeset c16172d in sasview for setup.py


Ignore:
Timestamp:
Apr 7, 2018 8:28:39 PM (6 years ago)
Author:
Stuart Prescott <stuart@…>
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
0863065
Parents:
b09aee8
git-author:
Stuart Prescott <stuart@…> (03/10/18 08:51:54)
git-committer:
Stuart Prescott <stuart@…> (04/07/18 20:28:39)
Message:

Drop incorrect version req on pyparsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r1a3602d rc16172d  
    402402 
    403403required = [ 
    404     'bumps>=0.7.5.9', 'periodictable>=1.5.0', 'pyparsing<2.0.0', 
     404    'bumps>=0.7.5.9', 'periodictable>=1.5.0', 'pyparsing>=2.0.0', 
    405405 
    406406    # 'lxml>=2.2.2', 
Note: See TracChangeset for help on using the changeset viewer.