Skip to content

Commit 3d7ae15

Browse files
author
Beat Buesser
committed
Update numpy requirements
Signed-off-by: Beat Buesser <[email protected]>
1 parent 82727cb commit 3d7ae15

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
@@ -1,5 +1,5 @@
11
# base
2-
numpy==1.19.2
2+
numpy>=1.18.0
33
scipy==1.4.1
44
matplotlib==3.3.3
55
scikit-learn>=0.22.2,==0.23.*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
long_description = fh.read()
88

99
install_requires = [
10-
"numpy",
10+
"numpy>=1.18.0",
1111
"scipy>=1.4.1",
1212
"matplotlib",
1313
"scikit-learn>=0.22.2,==0.23.*",

0 commit comments

Comments
 (0)