File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ channels:
3
3
- conda-forge
4
4
- defaults
5
5
dependencies :
6
+ - box2d-py # used only in chapter 18, exercise 8
6
7
- ftfy=6.0 # used only in chapter 16 by the transformers library
7
8
- graphviz # used only in chapter 6 for dot files
8
9
- ipython=7.28 # a powerful Python shell
@@ -43,7 +44,7 @@ dependencies:
43
44
- tfx~=1.3.0 # platform to deploy production ML pipelines
44
45
- transformers~=4.11.3 # Natural Language Processing lib for TF or PyTorch
45
46
- urlextract~=1.4.0 # optionally used in chapter 3, exercise 4
46
- - gym[box2d, atari,accept-rom-license]~=0.21.0 # used only in chapter 18
47
+ - gym[atari,accept-rom-license]~=0.21.0 # used only in chapter 18
47
48
48
49
# Specific lib versions to avoid conflicts
49
50
- attrs=20.3
Original file line number Diff line number Diff line change 1
- # TensorFlow is much easier to install using Anaconda , especially
2
- # on Windows or when using a GPU. Please see the installation
3
- # instructions in INSTALL.md
1
+ # WARNING: Using Anaconda instead of pip is highly recommended , especially on
2
+ # Windows or when using a GPU. Please see the installation instructions in
3
+ # INSTALL.md
4
4
5
5
6
6
##### Core scientific packages
@@ -49,6 +49,11 @@ tensorflow-addons~=0.14.0
49
49
# https://github.com/openai/gym#installing-everything
50
50
gym [Box2D,atari,accept-rom-license ]~= 0.21.0
51
51
52
+ # WARNING: on Windows, installing Box2D this way requires:
53
+ # * Swig: http://www.swig.org/download.html
54
+ # * Microsoft C++ Build Tools: https://visualstudio.microsoft.com/visual-cpp-build-tools/
55
+ # It's much easier to use Anaconda instead.
56
+
52
57
tf-agents ~= 0.10.0
53
58
54
59
##### Image manipulation
You can’t perform that action at this time.
0 commit comments