Comment out pyvirtualdisplay by default

main
Aurélien Geron 2021-10-17 14:49:57 +13:00
parent aa319d94f0
commit 0253e950ea
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ dependencies:
- pyopengl=3.1 # used only in chapter 17 to render environments
- python=3.8 # Python! Not using latest version as some libs lack support
- python-graphviz # used only in chapter 5 for dot files
- pyvirtualdisplay=2.2 # used only in chapter 17 if on headless server
#- pyvirtualdisplay=2.2 # used only in chapter 17 if on headless server
- requests=2.26 # used only in chapter 18 for REST API queries
- scikit-learn=1.0 # machine learning library
- scipy=1.7 # scientific/technical computing library