@@ -37,11 +37,11 @@ def build_extensions(self):
37
37
_build_ext .build_extensions (self )
38
38
39
39
40
- SETUP_REQUIREMENTS = {'numpy' : '1.8 ' }
40
+ SETUP_REQUIREMENTS = {'numpy' : '1.9 ' }
41
41
REQUIREMENTS = {'Cython' : '0.22' ,
42
- 'matplotlib' : '1.3 ' ,
43
- 'scipy' : '0.14 ' ,
44
- 'pandas' : '0.14 ' ,
42
+ 'matplotlib' : '1.4 ' ,
43
+ 'scipy' : '0.15 ' ,
44
+ 'pandas' : '0.16 ' ,
45
45
'statsmodels' : '0.6' ,
46
46
'patsy' : '0.2' }
47
47
@@ -280,12 +280,12 @@ def strip_rc(version):
280
280
include_package_data = True ,
281
281
distclass = BinaryDistribution ,
282
282
classifiers = [
283
- 'Development Status :: 4 - Beta ' ,
283
+ 'Development Status :: 5 - Production/Stable ' ,
284
284
'Intended Audience :: End Users/Desktop' ,
285
285
'Intended Audience :: Financial and Insurance Industry' ,
286
286
'Programming Language :: Python :: 2.7' ,
287
- 'Programming Language :: Python :: 3.3' ,
288
287
'Programming Language :: Python :: 3.4' ,
288
+ 'Programming Language :: Python :: 3.5' ,
289
289
'License :: OSI Approved' ,
290
290
'Operating System :: MacOS :: MacOS X' ,
291
291
'Operating System :: Microsoft :: Windows' ,
0 commit comments