Replace == with = for atari_py
parent
0d3829f2fc
commit
59b6c5c72b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue