Skip to content

Commit 71f4f38

Browse files
update pandas dependency to latest version (#596)
Signed-off-by: Natan Mish <[email protected]> Co-authored-by: Natan Mish <[email protected]>
1 parent d11712b commit 71f4f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
DEPENDENCIES = [
3939
'numpy',
40-
'pandas<2.0.0',
40+
'pandas',
4141
'scipy',
4242
'ml-wrappers~=0.5.4',
4343
'scikit-learn',

0 commit comments

Comments
 (0)