Skip to content

Commit fbe98e4

Browse files
committed
Update requirements.txt
1 parent a664108 commit fbe98e4

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

requirements.txt

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
##### Core scientific packages
66
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
1111

1212

1313
##### Machine Learning packages
1414
scikit-learn==0.22
1515

1616
# Optional: the XGBoost library is only used in chapter 7
17-
xgboost==0.90
17+
xgboost==1.0.2
1818

1919
##### TensorFlow-related packages
2020

@@ -25,45 +25,45 @@ xgboost==0.90
2525
# you must install CUDA, cuDNN and more: see tensorflow.org for the detailed
2626
# installation instructions.
2727

28-
tensorflow==2.0.1
29-
#tensorflow-gpu==2.0.0
28+
tensorflow==2.1.0
3029

3130
# 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
3433

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
3939

4040
# Optional: only used in chapter 13.
4141
# NOT AVAILABLE ON WINDOWS
42-
tfx==0.15.0
42+
tfx==0.21.2
4343

4444
# Optional: only used in chapter 16.
4545
# NOT AVAILABLE ON WINDOWS
46-
tensorflow-addons==0.6.0
46+
tensorflow-addons==0.8.3
4747

4848
##### Reinforcement Learning library (chapter 18)
4949

5050
# There are a few dependencies you need to install first, check out:
5151
# https://github.com/openai/gym#installing-everything
52-
gym[atari]==0.15.4
52+
gym[atari]==0.17.1
5353
# On Windows, install atari_py using:
5454
# pip install --no-index -f https://github.com/Kojoley/atari-py/releases atari_py
5555

56-
tf-agents==0.3.0rc0
56+
tf-agents==0.3.0
5757

5858

5959
##### Image manipulation
6060
imageio==2.6.1
61-
Pillow==6.2.1
61+
Pillow==7.0.0
6262
scikit-image==0.16.2
63-
graphviz
63+
graphviz==0.13.2
6464
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
6767

6868
#pyvirtualdisplay # needed in chapter 16, if on a headless server
6969
# (i.e., without screen, e.g., Colab or VM)
@@ -72,23 +72,23 @@ pyglet==1.3.2
7272
##### Additional utilities
7373

7474
# Efficient jobs (caching, parallelism, persistence)
75-
joblib==0.14.0
75+
joblib==0.14.1
7676

7777
# Easy http requests
78-
requests==2.22.0
78+
requests==2.23.0
7979

8080
# Nice utility to diff Jupyter Notebooks.
81-
nbdime==1.1.0
81+
nbdime==2.0.0
8282

8383
# May be useful with Pandas for complex "where" clauses (e.g., Pandas
8484
# tutorial).
85-
numexpr==2.7.0
85+
numexpr==2.7.1
8686

8787
# Optional: these libraries can be useful in the classification chapter,
8888
# exercise 4.
8989
nltk==3.4.5
90-
urlextract==0.13.0
90+
urlextract==0.14.0
9191

9292
# Optional: tqdm displays nice progress bars, ipywidgets for tqdm's notebook support
93-
tqdm==4.40.0
93+
tqdm==4.43.0
9494
ipywidgets==7.5.1

0 commit comments

Comments
 (0)