44import numpy as np # type: ignore
55
66
7- AK_VERSION = '0.1.9 '
7+ AK_VERSION = '0.1.10 '
88
99
1010def get_long_description () -> str :
@@ -32,8 +32,8 @@ def get_long_description() -> str:
3232 version = AK_VERSION ,
3333 description = 'Array utilities for StaticFrame' ,
3434 long_description = get_long_description (),
35- python_requires = '>3.6 .0' ,
36- install_requires = ['numpy>=1.17.4 ' ],
35+ python_requires = '>3.7 .0' ,
36+ install_requires = ['numpy>=1.18.5 ' ],
3737 url = 'https://github.com/InvestmentSystems/arraykit' ,
3838 author = 'Christopher Ariza, Brandt Bucher, Charles Burkland' ,
3939 license = 'MIT' ,
@@ -46,9 +46,10 @@ def get_long_description() -> str:
4646 'Operating System :: MacOS :: MacOS X' ,
4747 'Operating System :: Microsoft :: Windows' ,
4848 'Operating System :: POSIX' ,
49- 'Programming Language :: Python :: 3.6' ,
5049 'Programming Language :: Python :: 3.7' ,
5150 'Programming Language :: Python :: 3.8' ,
51+ 'Programming Language :: Python :: 3.9' ,
52+ 'Programming Language :: Python :: 3.10' ,
5253 ],
5354 keywords = 'numpy array' ,
5455 packages = ['arraykit' ],
0 commit comments