Changes in / [dcc51ee:353e899] in sasmodels
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r783e76f r1f991d6 29 29 return version[1:-1] 30 30 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')36 31 37 32 setup( … … 66 61 'sasmodels': ['*.c', '*.cl'], 67 62 }, 68 install_requires=install_requires, 63 install_requires=[ 64 ], 69 65 extras_require={ 70 'full': ['docutils', 'bumps', 'matplotlib'],71 'server': ['bumps'],72 66 'OpenCL': ["pyopencl"], 67 'Bumps': ["bumps"], 68 'TinyCC': ["tinycc"], 73 69 }, 74 70 build_requires=['setuptools'],
Note: See TracChangeset
for help on using the changeset viewer.