Skip to content

Commit

Permalink
Update oldest test according to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Jan 14, 2022
1 parent 6ab2e65 commit e34bf56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ numpy>=1.17.3
scipy>=1.3.1
# scikit-learn version 1.0.0 includes problematic libomp 12 which breaks xgboost
# https://github.com/scikit-learn/scikit-learn/pull/21227
scikit-learn>1.0.0
scikit-learn>=1.0.1
bottleneck>=1.3.2
# Reading Excel files
xlrd>=0.9.2
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ deps =
oldest: pip==18.0
oldest: numpy==1.17.3
oldest: scipy==1.3.1
oldest: scikit-learn==0.23.1
oldest: scikit-learn==1.0.1
oldest: bottleneck==1.3.2
oldest: xlrd==0.9.2
# oldest: xlsxwriter
Expand Down

0 comments on commit e34bf56

Please sign in to comment.