Skip to content

Commit 0164a49

Browse files
committed
GitHub security alert fixes.
1 parent 4d59919 commit 0164a49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

environment/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ipykernel==4.5.2
99
ipython==5.3.0
1010
ipython-genutils==0.2.0
1111
ipywidgets==6.0.0
12-
Jinja2==2.9.5
12+
Jinja2>=2.10.1
1313
jsonschema==2.6.0
1414
jupyter==1.0.0
1515
jupyter-client==5.0.0
@@ -44,7 +44,7 @@ scikit-learn==0.18.1
4444
scipy==0.19.0
4545
simplegeneric==0.8.1
4646
six==1.10.0
47-
tensorflow==1.0.0
47+
tensorflow>=1.6.0
4848
terminado==0.6
4949
testpath==0.3
5050
tornado==4.4.3

environment/requirements_gpu.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ipykernel==4.5.2
99
ipython==5.3.0
1010
ipython-genutils==0.2.0
1111
ipywidgets==6.0.0
12-
Jinja2==2.9.5
12+
Jinja2>=2.10.1
1313
jsonschema==2.6.0
1414
jupyter==1.0.0
1515
jupyter-client==5.0.0
@@ -44,7 +44,7 @@ scikit-learn==0.18.1
4444
scipy==0.19.0
4545
simplegeneric==0.8.1
4646
six==1.10.0
47-
tensorflow-gpu==1.0.0
47+
tensorflow-gpu>=1.6.0
4848
terminado==0.6
4949
testpath==0.3
5050
tornado==4.4.3

0 commit comments

Comments
 (0)