Skip to content

Commit a0bdb9e

Browse files
committed
0.1.13 RC 2
1 parent a405721 commit a0bdb9e

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,21 @@ Dependencies
3030
ArrayKit requires the following:
3131

3232
- Python >= 3.7
33-
- NumPy >= 1.18.5
33+
- NumPy >= 1.19.2
3434

3535

3636

3737
What is New in ArrayKit
3838
-------------------------
3939

40+
0.1.13
41+
............
42+
43+
Minimum NumPy now 1.19.2
44+
45+
Now building Python 3.10 wheels.
46+
47+
4048
0.1.12
4149
............
4250

requirements-backward.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
numpy==1.19.5
1+
numpy==1.19.2

requirements-test-backward.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
astroid==2.5.3
22
pytest==7.1.2
3-
numpy==1.19.5
3+
numpy==1.19.2
44
pylint==2.7.4
55
invoke==1.4.0
66
pandas==1.2.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
4646
description='Array utilities for StaticFrame',
4747
long_description=get_long_description(),
4848
python_requires='>3.7.0',
49-
install_requires=['numpy>=1.19.5'],
49+
install_requires=['numpy>=1.19.2'],
5050
url='https://github.com/InvestmentSystems/arraykit',
5151
author='Christopher Ariza, Brandt Bucher, Charles Burkland',
5252
license='MIT',

0 commit comments

Comments
 (0)