Skip to content

Commit df189c8

Browse files
committed
fix: update missed versions
1 parent 1d1e808 commit df189c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/docker/demo/init_notebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
(
2828
"spark.jars.packages",
2929
"com.microsoft.azure:synapseml_2.12:"
30-
+ os.getenv("SYNAPSEML_VERSION", "1.0.15")
30+
+ os.getenv("SYNAPSEML_VERSION", "1.1.0")
3131
+ ",org.apache.hadoop:hadoop-azure:2.7.0,org.apache.hadoop:hadoop-common:2.7.0,com.microsoft.azure:azure-storage:2.0.0",
3232
),
3333
(

website/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ import synapse.ml`}
417417
following lines to your build.sbt:
418418
<CodeSnippet
419419
snippet={`resolvers += "SynapseML" at "https://mmlspark.azureedge.net/maven"
420-
libraryDependencies += "com.microsoft.azure" %% "synapseml_2.12" % "1.1.0" // Please use 1.1.0 version for Spark3.2 and 1.0.15-spark3.3 version for Spark3.3`}
420+
libraryDependencies += "com.microsoft.azure" %% "synapseml_2.12" % "1.1.0" // Please use 1.1.0 version for Spark3.5 and 1.0.15 version for Spark3.4`}
421421
lang="jsx"
422422
></CodeSnippet>
423423
</TabItem>

0 commit comments

Comments
 (0)