From 59b6c5c72b019704b1237e8e0262d3040ae34679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Sun, 10 Oct 2021 23:53:15 +1300 Subject: [PATCH] Replace == with = for atari_py --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 73e22ad..6451941 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - defaults dependencies: - - atari_py==0.2.6 # used only in chapter 17 + - atari_py=0.2.6 # used only in chapter 17 - box2d-py=2.3 # used only in chapter 17 - ftfy=6.0 # used only in chapter 15 by the transformers library - graphviz # used only in chapter 5 for dot files