Skip to content

Commit

Permalink
Moving dev requirements to -dev.txt; Using xgboost-cpu on linux which…
Browse files Browse the repository at this point in the history
… is 10% of the size
  • Loading branch information
ArneTR committed Oct 3, 2024
1 parent 48e9e78 commit e39fdc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
optuna==4.0.0
scikit-learn==1.5.2
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
numpy==2.1.1
optuna==4.0.0
pandas==2.2.3
xgboost==2.1.1
xgboost-cpu==2.1.1; platform_machine == "x86_64"
xgboost==2.1.1; platform_machine != "x86_64"
psutil==6.0.0
pyarrow==17.0.0
scikit-learn==1.5.2

0 comments on commit e39fdc2

Please sign in to comment.