Skip to content

Commit

Permalink
Update version and comment pyspark dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmryzhkov authored and fonhorst committed Aug 25, 2023
1 parent 360f241 commit 3e921f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "SparkLightAutoML"
version = "0.4.0"
version = "0.4.0.1"
description = "Spark-based distribution version of fast and customizable framework for automatic ML model creation (AutoML)"
authors = [
"Alexander Ryzhkov <alexmryzhkov@gmail.com>",
Expand Down Expand Up @@ -41,7 +41,7 @@ poetry-core = "^1.0.0"
lightautoml = "0.3.7.1"

# PySpark
pyspark = "3.3.1"
#pyspark = "3.3.1"
pyarrow = ">=1.0.0"
synapseml = "0.11.1"
toposort = "1.7"
Expand Down

0 comments on commit 3e921f2

Please sign in to comment.