Comment out pyvirtualdisplay by default
parent
aa319d94f0
commit
0253e950ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue