Skip to content

Commit 3ced11d

Browse files
committed
updated minimum NumPy to 1.18.5
1 parent a0bdb9e commit 3ced11d

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Dependencies
3030
ArrayKit requires the following:
3131

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

3535

3636

@@ -40,8 +40,6 @@ What is New in ArrayKit
4040
0.1.13
4141
............
4242

43-
Minimum NumPy now 1.19.2
44-
4543
Now building Python 3.10 wheels.
4644

4745

requirements-backward.txt

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

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.2
3+
numpy==1.18.5
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.2'],
49+
install_requires=['numpy>=1.18.5'],
5050
url='https://github.com/InvestmentSystems/arraykit',
5151
author='Christopher Ariza, Brandt Bucher, Charles Burkland',
5252
license='MIT',

0 commit comments

Comments
 (0)