Skip to content

Commit

Permalink
relax pandas version to support fate-v2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: mgqa34 <[email protected]>
  • Loading branch information
mgqa34 committed Jul 30, 2024
1 parent 7119ff4 commit 3636e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
colorama>0.4.4
prettytable<2.0.0,>=1.0.0
loguru>=0.6.0
pandas>=2.0.3
pandas
ruamel-yaml==0.16
click>=8.0.0
xgboost==1.7.6
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_requires = [
"click>=8.0.0",
"loguru>=0.6.0",
"pandas>=2.0.3",
"pandas",
"prettytable>=1.0.0,<2.0.0",
"ruamel.yaml>=0.16,<0.17.0",
'colorama>0.4.4',
Expand Down

0 comments on commit 3636e55

Please sign in to comment.