@@ -63,7 +63,7 @@ $ java -version
63
63
$ conda create -n sparknlp python=3.7 -y
64
64
$ conda activate sparknlp
65
65
# spark-nlp by default is based on pyspark 3.x
66
- $ pip install spark-nlp==6.0.1 pyspark==3.3.1
66
+ $ pip install spark-nlp==6.0.2 pyspark==3.3.1
67
67
```
68
68
69
69
In Python console or Jupyter ` Python3 ` kernel:
@@ -129,7 +129,7 @@ For a quick example of using pipelines and models take a look at our official [d
129
129
130
130
### Apache Spark Support
131
131
132
- Spark NLP * 6.0.1 * has been built on top of Apache Spark 3.4 while fully supports Apache Spark 3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4.x, and 3.5.x
132
+ Spark NLP * 6.0.2 * has been built on top of Apache Spark 3.4 while fully supports Apache Spark 3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4.x, and 3.5.x
133
133
134
134
| Spark NLP | Apache Spark 3.5.x | Apache Spark 3.4.x | Apache Spark 3.3.x | Apache Spark 3.2.x | Apache Spark 3.1.x | Apache Spark 3.0.x | Apache Spark 2.4.x | Apache Spark 2.3.x |
135
135
| -----------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------|
@@ -159,7 +159,7 @@ Find out more about 4.x `SparkNLP` versions in our official [documentation](http
159
159
160
160
### Databricks Support
161
161
162
- Spark NLP 6.0.1 has been tested and is compatible with the following runtimes:
162
+ Spark NLP 6.0.2 has been tested and is compatible with the following runtimes:
163
163
164
164
| ** CPU** | ** GPU** |
165
165
| --------------------| --------------------|
@@ -176,7 +176,7 @@ We are compatible with older runtimes. For a full list check databricks support
176
176
177
177
### EMR Support
178
178
179
- Spark NLP 6.0.1 has been tested and is compatible with the following EMR releases:
179
+ Spark NLP 6.0.2 has been tested and is compatible with the following EMR releases:
180
180
181
181
| ** EMR Release** |
182
182
| --------------------|
0 commit comments