Upgrade scikit-learn to 1.0.1, and remove note on atari_py since we use ale_py now

main
Aurélien Geron 2021-10-29 09:36:29 +13:00
parent 06aa1f1dfb
commit 02e131ad04
1 changed files with 1 additions and 4 deletions

View File

@ -11,7 +11,7 @@ pandas~=1.3.3
scipy~=1.7.1 scipy~=1.7.1
##### Machine Learning packages ##### Machine Learning packages
scikit-learn~=1.0 scikit-learn~=1.0.1
# Optional: the XGBoost library is only used in chapter 6 # Optional: the XGBoost library is only used in chapter 6
xgboost~=1.4.2 xgboost~=1.4.2
@ -54,9 +54,6 @@ gym[Box2D,atari,accept-rom-license]~=0.21.0
# * Microsoft C++ Build Tools: https://visualstudio.microsoft.com/visual-cpp-build-tools/ # * Microsoft C++ Build Tools: https://visualstudio.microsoft.com/visual-cpp-build-tools/
# It's much easier to use Anaconda instead. # It's much easier to use Anaconda instead.
# On Windows, install atari_py using:
# pip install --no-index -f https://github.com/Kojoley/atari-py/releases atari_py
tf-agents~=0.10.0 tf-agents~=0.10.0
##### Image manipulation ##### Image manipulation