Skip to content

Commit

Permalink
unpin scikit-learn version (#5177)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Jun 19, 2024
1 parent de5f4cc commit efbb8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/chronos/src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def setup_package():
license='Apache License, Version 2.0',
url='https://github.com/intel-analytics/BigDL',
packages=get_bigdl_packages(),
install_requires=['pandas>=1.0.5, <=1.3.5', 'scikit-learn>=0.22.0, <=1.0.2',
install_requires=['pandas>=1.0.5, <=1.3.5', 'scikit-learn',
'bigdl-nano==' + VERSION],
extras_require={'pytorch': ['bigdl-nano[pytorch]==' + VERSION],
'tensorflow': ['bigdl-nano=='+VERSION] + TF_DEP,
Expand Down

0 comments on commit efbb8ac

Please sign in to comment.