Skip to content

Commit 245f019

Browse files
committed
remove pandas req constraing thanks to PR from @Hagai Drory
1 parent 0521d75 commit 245f019

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
@@ -10,7 +10,7 @@
1010
'matplotlib',
1111
'mlxtend>=0.18.0', # some lower versions are missing fpgrowth
1212
'numpy',
13-
'pandas<=2.2.2', # tested with pandas 2.2.2
13+
'pandas', # tested with pandas 2.2.2
1414
'requests', # used in c4.5
1515
'scipy',
1616
'scikit-learn>=1.2.0', # recently updated this
@@ -26,7 +26,7 @@
2626

2727
setuptools.setup(
2828
name="imodels",
29-
version="1.4.4",
29+
version="1.4.5",
3030
author="Chandan Singh, Keyan Nasseri, Matthew Epland, Yan Shuo Tan, Omer Ronen, Tiffany Tang, Abhineet Agarwal, Theo Saarinen, Bin Yu, and others",
3131
author_email="chandan_singh@berkeley.edu",
3232
description="Implementations of various interpretable models",

0 commit comments

Comments
 (0)