Skip to content

Commit 0761412

Browse files
committed
New version 0.2.01 compatible with Python 3.12
1 parent 26193b7 commit 0761412

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

autoviml/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__author__ = "Ram Seshadri"
66
__description__ = "Automatically Build Multiple Interpretable ML Models in Single Line of Code"
77
__url__ = "https://github.com/AutoViML/Auto_ViML.git"
8-
__version__ = "0.2.01"
8+
__version__ = "0.2.02"
99
__nlp_version__ = "0.1.01"
1010
__license__ = "Apache License 2.0"
1111
__copyright__ = "2020-21 Google"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ imbalanced-learn>=0.10.1
1818
shap>=0.36.0
1919
scikit-learn>=0.24,<=1.5.2
2020
lightgbm>=3.0.0
21-
networx
21+
networkx>=3.1
2222
pandas-dq>=1.29

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="autoviml",
8-
version="0.2.01",
8+
version="0.2.02",
99
author="Ram Seshadri",
1010
# author_email="[email protected]",
1111
description="Automatically Build Variant Interpretable ML models fast - now with CatBoost!",
@@ -35,7 +35,7 @@
3535
"shap>=0.36.0",
3636
"scikit-learn>=0.24,<=1.5.2",
3737
"lightgbm>=3.0.0",
38-
"networx",
38+
"networkx>=3.1",
3939
"pandas-dq>=1.29",
4040
],
4141
classifiers=[

0 commit comments

Comments
 (0)