Skip to content

Commit f26c59f

Browse files
committed
Update docs to no longer say we need Python 2.7
1 parent a84d6af commit f26c59f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/mllib-guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ depends on native Fortran routines. You may need to install the
3838
if it is not already present on your nodes. MLlib will throw a linking error if it cannot
3939
detect these libraries automatically.
4040

41-
To use MLlib in Python, you will need [NumPy](http://www.numpy.org) version 1.7 or newer
42-
and Python 2.7.
41+
To use MLlib in Python, you will need [NumPy](http://www.numpy.org) version 1.7 or newer.
4342

docs/python-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Many of the methods also contain [doctests](http://docs.python.org/2/library/doc
152152
# Libraries
153153

154154
[MLlib](mllib-guide.html) is also available in PySpark. To use it, you'll need
155-
[NumPy](http://www.numpy.org) version 1.7 or newer, and Python 2.7. The [MLlib guide](mllib-guide.html) contains
155+
[NumPy](http://www.numpy.org) version 1.7 or newer. The [MLlib guide](mllib-guide.html) contains
156156
some example applications.
157157

158158
# Where to Go from Here

0 commit comments

Comments
 (0)