Skip to content

Commit a7c80f4

Browse files
committed
upgrade numpy to 1.17.4
1 parent 7eef75e commit a7c80f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
astroid==2.5.3
2-
numpy==1.16.5
2+
numpy==1.17.4
33
pytest==3.8.0
44
pylint==2.7.4
55
invoke==1.4.0

requirements.txt

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_long_description() -> str:
3333
description='Array utilities for StaticFrame',
3434
long_description=get_long_description(),
3535
python_requires='>3.6.0',
36-
install_requires=['numpy>=1.16.5'],
36+
install_requires=['numpy>=1.17.4'],
3737
url='https://github.com/InvestmentSystems/arraykit',
3838
author='Christopher Ariza, Brandt Bucher, Charles Burkland',
3939
license='MIT',

0 commit comments

Comments
 (0)