Skip to content

Commit feb3833

Browse files
author
Hasanain
committed
setup update
1 parent ab7c26a commit feb3833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setuptools.setup(
1010
name=f"{PROJECT_NAME}",
1111
include_package_data = True,
12-
version="0.0.12.post1",
12+
version="0.0.12.post2",
1313
license='MIT',
1414
author= "Hasanain Mehmood",
1515
author_email="hasanain@aicaliber.com",
@@ -38,7 +38,7 @@
3838
python_requires=">=3.7",
3939
install_requires = [
4040
"plotly >= 5.19.0",
41-
"numpy >= 1.26.4",
41+
"numpy >= 1.22",
4242
"pandas >= 2.2.1",
4343
"seaborn >= 0.13.2",
4444
"scikit-learn >= 1.3.1",

0 commit comments

Comments
 (0)