Skip to content

Commit f5b07aa

Browse files
authored
Update _install_dependencies.py
1 parent 21c720e commit f5b07aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nyoka/tests/_install_dependencies.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
import os
44

55
packages = [
6+
"pandas",
7+
"numpy",
68
"statsmodels==0.11.1",
7-
"xgboost==1.4.2",
9+
"xgboost==1.5.2",
810
"numpy==1.16.1",
911
"glibc",
1012
"lxml",
1113
"sklearn-pandas",
1214
"lightgbm",
13-
"pandas",
14-
"numpy",
1515
"pytest-cov",
1616
"pytest",
1717
"codecov",

0 commit comments

Comments
 (0)