Skip to content

Commit

Permalink
Update requirements.txt to latest version of each library
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Dec 22, 2018
1 parent 526eb63 commit bcc71ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ scipy==1.2.0


##### Machine Learning packages
scikit-learn==0.20.1
scikit-learn==0.20.2

# Optional: the XGBoost library is only used in the ensemble learning chapter.
xgboost==0.81
Expand Down Expand Up @@ -72,7 +72,7 @@ nbdime==1.0.4

# May be useful with Pandas for complex "where" clauses (e.g., Pandas
# tutorial).
numexpr==2.6.8
numexpr==2.6.9

# Optional: these libraries can be useful in the classification chapter,
# exercise 4.
Expand Down

0 comments on commit bcc71ad

Please sign in to comment.