Remove graphviz version from environment.yml to work on Windows, and remove unused xgboost

main
Aurélien Geron 2019-11-22 12:15:10 +08:00
parent a4f41dd5fd
commit 23cede38be
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@ channels:
- conda-forge - conda-forge
- defaults - defaults
dependencies: dependencies:
- graphviz=2.40.1 - graphviz
- imageio=2.6.0 - imageio=2.6.0
- ipython=7.8.0 - ipython=7.8.0
- ipywidgets=7.5.1 - ipywidgets=7.5.1
@ -29,7 +29,6 @@ dependencies:
- tqdm=4.36.1 - tqdm=4.36.1
- wheel=0.33.6 - wheel=0.33.6
- widgetsnbextension=3.5.1 - widgetsnbextension=3.5.1
- xgboost=0.90
- pip: - pip:
- atari-py==0.2.6 - atari-py==0.2.6
- gym==0.15.3 - gym==0.15.3