4
4
import numpy as np # type: ignore
5
5
6
6
7
- AK_VERSION = '0.1.9 '
7
+ AK_VERSION = '0.1.10 '
8
8
9
9
10
10
def get_long_description () -> str :
@@ -32,8 +32,8 @@ def get_long_description() -> str:
32
32
version = AK_VERSION ,
33
33
description = 'Array utilities for StaticFrame' ,
34
34
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 ' ],
37
37
url = 'https://github.com/InvestmentSystems/arraykit' ,
38
38
author = 'Christopher Ariza, Brandt Bucher, Charles Burkland' ,
39
39
license = 'MIT' ,
@@ -46,9 +46,10 @@ def get_long_description() -> str:
46
46
'Operating System :: MacOS :: MacOS X' ,
47
47
'Operating System :: Microsoft :: Windows' ,
48
48
'Operating System :: POSIX' ,
49
- 'Programming Language :: Python :: 3.6' ,
50
49
'Programming Language :: Python :: 3.7' ,
51
50
'Programming Language :: Python :: 3.8' ,
51
+ 'Programming Language :: Python :: 3.9' ,
52
+ 'Programming Language :: Python :: 3.10' ,
52
53
],
53
54
keywords = 'numpy array' ,
54
55
packages = ['arraykit' ],
0 commit comments