Skip to content

Commit

Permalink
fix tests failure caused by version incompatibility (microsoft#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkall authored Apr 15, 2023
1 parent c780d79 commit c9fc622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"statsmodels>=0.12.2",
"psutil==5.8.0",
"dataclasses",
"transformers[torch]",
"transformers[torch]==4.26",
"datasets",
"nltk",
"rouge_score",
Expand Down
2 changes: 1 addition & 1 deletion test/spark/test_0sparkml.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.master("local[1]")
.config(
"spark.jars.packages",
f"com.microsoft.azure:synapseml_2.12:0.10.2,org.apache.hadoop:hadoop-azure:{pyspark.__version__},com.microsoft.azure:azure-storage:8.6.6",
"com.microsoft.azure:synapseml_2.12:0.10.2,org.apache.hadoop:hadoop-azure:3.3.5,com.microsoft.azure:azure-storage:8.6.6",
)
.config("spark.jars.repositories", "https://mmlspark.azureedge.net/maven")
.config("spark.sql.debug.maxToStringFields", "100")
Expand Down

0 comments on commit c9fc622

Please sign in to comment.