Skip to content

Commit 5f87fc3

Browse files
Derek-Wdsyou-n-g
authored andcommitted
Fix CI
1 parent 97d354f commit 5f87fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# What packages are required for this module to be executed?
3131
# `estimator` may depend on other packages. In order to reduce dependencies, it is not written here.
3232
REQUIRED = [
33-
"numpy>=1.12.0",
33+
"numpy>=1.12.0,<=1.19.5",
3434
"pandas>=0.25.1",
3535
"scipy>=1.0.0",
3636
"requests>=2.18.0",

0 commit comments

Comments
 (0)