Changeset c16172d in sasview


Ignore:
Timestamp:
Apr 7, 2018 6: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 06:51:54)
git-committer:
Stuart Prescott <stuart@…> (04/07/18 18:28:39)
Message:

Drop incorrect version req on pyparsing

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • build_tools/requirements.txt

    r36ca21e rc16172d  
    33pylint 
    44unittest-xml-reporting==1.10.0 
    5 pyparsing==1.5.5 
     5pyparsing>=2.0 
    66html5lib==0.95 
    77reportlab==2.5 
  • 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.