Changeset 9e07bc4 in sasview


Ignore:
Timestamp:
Apr 27, 2012 1:17:23 PM (12 years ago)
Author:
Jae Cho <jhjcho@…>
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:
f32d144
Parents:
7f8cb75
Message:

updated the version numbers of the required packages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/releases_notes.txt

    r7f8cb75 r9e07bc4  
    9898        2.1- System Requirements: 
    9999                - Python version >= 2.5 and < 3.0 should be running on the system 
    100                 - We uses Python2.5 - 2.7 for WIN, and Python2.6 - 2.7 for MAC 
     100                - We uses Python2.6 (or 2.7) 
    101101 
    102102        2.2- Installing from source: 
     
    105105                        - run 'python sansview.py' under the 'sansview' folder. 
    106106                - The following modules are required: 
    107                         * matplotlib >= 0.99.0(WIN), 0.99.1.1(MAC) 
    108                         * numpy >= 1.4.1 
    109                         * scipy >= 0.7.2 
    110                         * wxpython 2.8.11 unicode(WIN), 2.8.12.0(MAC) < 2.9.xx 
    111                         * lxml >= 2.2.2 
    112                         * multiprocessing-2.6.2(X) 
    113                         * comtypes (for PDF window)(WIN) 
    114                         * pywin32 (to read ms office)(WIN) 
    115                         * PIL (Python Image Library) 
    116                         * Pyparsing (apply for periodictable and bundling) 
     107                        * matplotlib = 1.1.0 
     108                        * numpy = 1.6.1 
     109                        * scipy = 0.10.1 
     110                        * wxpython = 2.8.12.1 
     111                        * lxml = 2.2.2 
     112                        * comtypes = 0.6.2(for PDF window)(WIN) 
     113                        * pywin32 = 217 (to read ms office)(WIN) 
     114                        * PIL = 1.1.7(Python Image Library) 
     115                        * Pyparsing = 1.5.5 (apply for periodictable and bundling) 
    117116                        * periodictable = 1.3.0 (using 'easy_install periodictable') 
    118117                        * pisa-3.0.27 (NOT 3.0.33) 
    119                         * pyPdf-1.13 
    120118                        * reportlab-2.5 
    121119                        * html5lib-0.95 
    122                         * MinGW/Cygwin (for Windows) or other GNU compiler (gcc) 
    123                         * Optional: setuptools, svn, Innosetup, py2exe(WIN),and/or py2app(MAC) to build App from the source. 
     120                        * MinGW w/ gcc version 4.6.1 (for Windows) or other GNU compiler (gcc) 
     121                        * Optional: setuptools-0.6c11, svn, Innosetup, py2exe-0.6.9(WIN),and/or py2app(MAC) to build App from the source. 
    124122 
    125123 
Note: See TracChangeset for help on using the changeset viewer.