Skip to content

Commit aea637e

Browse files
author
546075910
committed
GH140_Configure_auto_build_spark
Adapt Notebook to use spark-nlp compatabile with spark23 Spark NLP Apache Spark 2.3.x Apache Spark 2.4.x 2.5.5 YES YES Upgrade spark-nlp-jsl to 2.5.5
1 parent e8f8509 commit aea637e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter/SparkOcrDicomDeIdentification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"outputs": [],
8080
"source": [
8181
"# install from PYPI using secret\n",
82-
"%pip install --upgrade spark-nlp-jsl==2.5.3 --extra-index-url https://pypi.johnsnowlabs.com/$nlp_secret\n",
82+
"%pip install --upgrade spark-nlp-jsl==2.5.5 --extra-index-url https://pypi.johnsnowlabs.com/$nlp_secret\n",
8383
"%pip install spark-nlp==2.5.5\n",
8484
"%pip install spark-ocr==$version --user --extra-index-url=https://pypi.johnsnowlabs.com/$secret --upgrade"
8585
]

0 commit comments

Comments
 (0)