Remove unused libraries

This commit is contained in:
Aurélien Geron
2022-09-25 23:53:34 +13:00
parent 4ca56568ca
commit a5060da577
3 changed files with 1 additions and 20 deletions

View File

@@ -4,7 +4,6 @@ channels:
- defaults
dependencies:
- box2d-py=2.3 # used only in chapter 18, exercise 8
- ftfy=6.1 # used only in chapter 16 by the transformers library
- graphviz # used only in chapter 6 for dot files
- python-graphviz # used only in chapter 6 for dot files
- ipython=8.5 # a powerful Python shell
@@ -21,8 +20,6 @@ dependencies:
- pip # Python's package-management system
- py-xgboost=1.6 # used only in chapter 6 for optimized Gradient Boosting
- pydot=1.4 # used only for in chapter 10 for tf.keras.utils.plot_model()
- pyglet=1.5 # used only in chapter 18 to render environments
- pyopengl=3.1 # used only in chapter 18 to render environments
- python=3.10 # your beloved programming language! :)
- requests=2.28 # used only in chapter 19 for REST API queries
- scikit-learn=1.1 # machine learning library
@@ -42,6 +39,6 @@ dependencies:
- tensorflow~=2.10.0 # Deep Learning library
- transformers~=4.21.3 # Natural Language Processing lib for TF or PyTorch
- urlextract~=1.6.0 # optionally used in chapter 3, exercise 4
- gym[atari,accept-rom-license]~=0.26.1 # used only in chapter 18
- gym[classic_control,atari,accept-rom-license]~=0.26.1 # used only in ch18
- google-cloud-aiplatform~=1.17.0 # used only in chapter 19
- google-cloud-storage~=2.5.0 # used only in chapter 19