Changes in / [dcc51ee:353e899] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r783e76f r1f991d6  
    2929                return version[1:-1] 
    3030    raise RuntimeError("Could not read version from %s/__init__.py"%package) 
    31  
    32 install_requires = ['numpy', 'scipy'] 
    33  
    34 if sys.platform=='win32' or sys.platform=='cygwin': 
    35     install_requires.append('tinycc') 
    3631 
    3732setup( 
     
    6661        'sasmodels': ['*.c', '*.cl'], 
    6762    }, 
    68     install_requires=install_requires, 
     63    install_requires=[ 
     64    ], 
    6965    extras_require={ 
    70         'full': ['docutils', 'bumps', 'matplotlib'], 
    71         'server': ['bumps'], 
    7266        'OpenCL': ["pyopencl"], 
     67        'Bumps': ["bumps"], 
     68        'TinyCC': ["tinycc"], 
    7369    }, 
    7470    build_requires=['setuptools'], 
Note: See TracChangeset for help on using the changeset viewer.