From 0253e950ea6742a57cfd3f8422b39815291f8999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Sun, 17 Oct 2021 14:49:57 +1300 Subject: [PATCH] Comment out pyvirtualdisplay by default --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 4a3c8e5..83bb162 100644 --- a/environment.yml +++ b/environment.yml @@ -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