mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Replace == with = for atari_py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user