Skip to content

Commit

Permalink
Unpin pyspark for johnsnowlabs 5.2.8 (mlflow#11192)
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <[email protected]>
  • Loading branch information
harupy authored Feb 20, 2024
1 parent 3f0e14e commit 798c9b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mlflow/ml-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,8 @@ johnsnowlabs:
minimum: "4.4.6"
maximum: "5.2.2"
requirements:
">= 0.0.0": ["pandas<=1.5.3", "pyspark<3.4"]
">= 0.0.0": ["pandas<=1.5.3"]
"< 5.2.8": ["pyspark<3.4"]
run: |
if [ ! -z "$JOHNSNOWLABS_LICENSE_JSON" ]; then
pytest tests/johnsnowlabs/test_johnsnowlabs_model_export.py
Expand Down

0 comments on commit 798c9b0

Please sign in to comment.