4
4
5
5
##### Core scientific packages
6
6
jupyter == 1.0.0
7
- matplotlib == 3.1.2
8
- numpy == 1.17.3
9
- pandas == 0.25 .3
10
- scipy == 1.3 .1
7
+ matplotlib == 3.1.3
8
+ numpy == 1.18.1
9
+ pandas == 1.0 .3
10
+ scipy == 1.4 .1
11
11
12
12
13
13
##### Machine Learning packages
14
14
scikit-learn == 0.22
15
15
16
16
# Optional: the XGBoost library is only used in chapter 7
17
- xgboost == 0.90
17
+ xgboost == 1.0.2
18
18
19
19
##### TensorFlow-related packages
20
20
@@ -25,45 +25,45 @@ xgboost==0.90
25
25
# you must install CUDA, cuDNN and more: see tensorflow.org for the detailed
26
26
# installation instructions.
27
27
28
- tensorflow == 2.0.1
29
- #tensorflow-gpu==2.0.0
28
+ tensorflow == 2.1.0
30
29
31
30
# Optional: the TF Serving API library is just needed for chapter 19.
32
- tensorflow-serving-api == 2.0 .0
33
- #tensorflow-serving-api-gpu==2.0 .0
31
+ tensorflow-serving-api == 2.1 .0
32
+ #tensorflow-serving-api-gpu==2.1 .0
34
33
35
- tensorboard == 2.0.0
36
- tensorflow-datasets == 1.3.0
37
- tensorflow-hub == 0.6.0
38
- tensorflow-probability == 0.7
34
+ tensorboard == 2.1.1
35
+ tensorboard-plugin-profile == 2.2.0
36
+ tensorflow-datasets == 2.1.0
37
+ tensorflow-hub == 0.7.0
38
+ tensorflow-probability == 0.9.0
39
39
40
40
# Optional: only used in chapter 13.
41
41
# NOT AVAILABLE ON WINDOWS
42
- tfx == 0.15.0
42
+ tfx == 0.21.2
43
43
44
44
# Optional: only used in chapter 16.
45
45
# NOT AVAILABLE ON WINDOWS
46
- tensorflow-addons == 0.6.0
46
+ tensorflow-addons == 0.8.3
47
47
48
48
##### Reinforcement Learning library (chapter 18)
49
49
50
50
# There are a few dependencies you need to install first, check out:
51
51
# https://github.com/openai/gym#installing-everything
52
- gym [atari ]== 0.15.4
52
+ gym [atari ]== 0.17.1
53
53
# On Windows, install atari_py using:
54
54
# pip install --no-index -f https://github.com/Kojoley/atari-py/releases atari_py
55
55
56
- tf-agents == 0.3.0rc0
56
+ tf-agents == 0.3.0
57
57
58
58
59
59
##### Image manipulation
60
60
imageio == 2.6.1
61
- Pillow == 6.2.1
61
+ Pillow == 7.0.0
62
62
scikit-image == 0.16.2
63
- graphviz
63
+ graphviz == 0.13.2
64
64
pydot == 1.4.1
65
- opencv-python == 4.1.2.30
66
- pyglet == 1.3.2
65
+ opencv-python == 4.2.0.32
66
+ pyglet == 1.5.0
67
67
68
68
#pyvirtualdisplay # needed in chapter 16, if on a headless server
69
69
# (i.e., without screen, e.g., Colab or VM)
@@ -72,23 +72,23 @@ pyglet==1.3.2
72
72
##### Additional utilities
73
73
74
74
# Efficient jobs (caching, parallelism, persistence)
75
- joblib == 0.14.0
75
+ joblib == 0.14.1
76
76
77
77
# Easy http requests
78
- requests == 2.22 .0
78
+ requests == 2.23 .0
79
79
80
80
# Nice utility to diff Jupyter Notebooks.
81
- nbdime == 1.1 .0
81
+ nbdime == 2.0 .0
82
82
83
83
# May be useful with Pandas for complex "where" clauses (e.g., Pandas
84
84
# tutorial).
85
- numexpr == 2.7.0
85
+ numexpr == 2.7.1
86
86
87
87
# Optional: these libraries can be useful in the classification chapter,
88
88
# exercise 4.
89
89
nltk == 3.4.5
90
- urlextract == 0.13 .0
90
+ urlextract == 0.14 .0
91
91
92
92
# Optional: tqdm displays nice progress bars, ipywidgets for tqdm's notebook support
93
- tqdm == 4.40 .0
93
+ tqdm == 4.43 .0
94
94
ipywidgets == 7.5.1
0 commit comments