From 3e921f21131cde672e4a12efe8698e9ee417a7ee Mon Sep 17 00:00:00 2001 From: Alexander Ryzhkov Date: Fri, 25 Aug 2023 13:13:54 +0300 Subject: [PATCH] Update version and comment pyspark dep --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 440601b..6117f81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", @@ -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"