Skip to content

Commit

Permalink
relax some dependency requirements for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy committed Jan 23, 2020
1 parent 0913109 commit 5872aa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -62,11 +62,11 @@ def run(self):
'graphviz',
'scikit-optimize',
'catboost',
'boto3==1.9.187',
'boto3',
'lightgbm==2.3.0',
'pandas==0.24.2',
'pandas>=0.24.0',
'psutil>=5.0.0',
'scikit-learn==0.21.2',
'scikit-learn>=0.20.0',
]

setup(
Expand Down

0 comments on commit 5872aa3

Please sign in to comment.