Skip to content

Commit

Permalink
Update 0.1.7.2
Browse files Browse the repository at this point in the history
- ANAI Open Source  Build 7.2

- Fixed Dask issue

Signed-off-by: Arsh <lucifer78908@gmail.com>
  • Loading branch information
d4rk-lucif3r committed Oct 12, 2022
1 parent e7a681a commit c06ec30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions anai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
client = Client(clust)
except Exception as e:
pass
os.environ["MODIN_ENGINE"] = "dask"
import modin.pandas as pd
from colorama import Fore
from optuna.samplers._tpe.sampler import TPESampler
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
include=["anai.*", "anai"],
),
version="0.1.7",
version="0.1.7.2",
license="Apache License 2.0",
description="Automated ML",
url="https://github.com/Revca-ANAI/ANAI",
Expand Down

0 comments on commit c06ec30

Please sign in to comment.