@@ -63,7 +63,7 @@ $ java -version
6363$ conda create -n sparknlp python=3.7 -y
6464$ conda activate sparknlp
6565# spark-nlp by default is based on pyspark 3.x
66- $ pip install spark-nlp==6.2.0 pyspark==3.3.1
66+ $ pip install spark-nlp==6.2.1 pyspark==3.3.1
6767```
6868
6969In 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
129129
130130### Apache Spark Support
131131
132- Spark NLP * 6.2.0 * 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.2.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
133133
134134| 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 |
135135| -----------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------|
@@ -159,7 +159,7 @@ Find out more about 4.x `SparkNLP` versions in our official [documentation](http
159159
160160### Databricks Support
161161
162- Spark NLP 6.2.0 has been tested and is compatible with the following runtimes:
162+ Spark NLP 6.2.1 has been tested and is compatible with the following runtimes:
163163
164164| ** CPU** | ** GPU** |
165165| --------------------| --------------------|
@@ -177,7 +177,7 @@ We are compatible with older runtimes. For a full list check databricks support
177177
178178### EMR Support
179179
180- Spark NLP 6.2.0 has been tested and is compatible with the following EMR releases:
180+ Spark NLP 6.2.1 has been tested and is compatible with the following EMR releases:
181181
182182| ** EMR Release** |
183183| --------------------|
0 commit comments