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 Feb 13, 2020
1 parent 9a214c5 commit 8689a74
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -63,12 +63,11 @@ def run(self):
'graphviz',
'scikit-optimize',
'catboost',
'boto3==1.9.187',
'boto3',
'lightgbm==2.3.0',
'pandas>=0.24.0,<1.0',
'psutil>=5.0.0',
'pynvml>=8.0.4',
'scikit-learn==0.21.2',
'scikit-learn>=0.20.0',
]

setup(
Expand Down

0 comments on commit 8689a74

Please sign in to comment.