mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Remove unused libraries
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user