Skip to content

Commit

Permalink
remove pandas req constraing thanks to PR from @Hagai Drory
Browse files Browse the repository at this point in the history
  • Loading branch information
csinva committed May 23, 2024
1 parent 0521d75 commit 245f019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'matplotlib',
'mlxtend>=0.18.0', # some lower versions are missing fpgrowth
'numpy',
'pandas<=2.2.2', # tested with pandas 2.2.2
'pandas', # tested with pandas 2.2.2
'requests', # used in c4.5
'scipy',
'scikit-learn>=1.2.0', # recently updated this
Expand All @@ -26,7 +26,7 @@

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

0 comments on commit 245f019

Please sign in to comment.