Skip to content

Commit

Permalink
Update (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeili committed Jun 11, 2022
1 parent 3b87bd5 commit 9784e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_lib_path():
packages=[package for package in find_packages()
if package.startswith('dgllife')],
install_requires=[
'scikit-learn>=0.22.2',
'scikit-learn>=0.22.2, <1.0',
'pandas',
'requests>=2.22.0',
'tqdm',
Expand Down

0 comments on commit 9784e62

Please sign in to comment.