Skip to content

Commit

Permalink
update pandas dependency to latest version (#596)
Browse files Browse the repository at this point in the history
Signed-off-by: Natan Mish <[email protected]>
Co-authored-by: Natan Mish <[email protected]>
  • Loading branch information
NatanMish and natanmishzb authored Jun 4, 2024
1 parent d11712b commit 71f4f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

DEPENDENCIES = [
'numpy',
'pandas<2.0.0',
'pandas',
'scipy',
'ml-wrappers~=0.5.4',
'scikit-learn',
Expand Down

0 comments on commit 71f4f38

Please sign in to comment.