Skip to content

Commit cec6723

Browse files
author
ryan.smith
committed
Bumping numpy version for Mac M1 compat
1 parent 5597ea1 commit cec6723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#### ESSENTIAL LIBRARIES
1010

1111
# General scientific computing
12-
numpy>=1.16.5,<1.20.0
12+
numpy>=1.16.5,<1.22.0
1313
scipy>=1.2.0,<2.0.0
1414

1515
# Data storage and function application

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
include_package_data=True,
3737
install_requires=[
3838
"munkres>=1.0.6",
39-
"numpy>=1.16.5,<1.20.0",
39+
"numpy>=1.16.5,<1.22.0",
4040
"scipy>=1.2.0,<2.0.0",
4141
"pandas>=1.0.0,<2.0.0",
4242
"tqdm>=4.33.0,<5.0.0",

0 commit comments

Comments
 (0)