Skip to content

Commit

Permalink
compat issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmatsumoto committed Dec 23, 2024
1 parent 46dd968 commit 83de78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def calculate_version():
zip_safe=True,
install_requires=['numpy==1.26.4',
'scipy>=1.3.1',
'scikit-learn>=1.3.0',
'scikit-learn>=1.4.2,<1.6',
'update_checker>=0.16',
'tqdm>=4.36.1',
'stopit>=1.1.1',
Expand Down

0 comments on commit 83de78f

Please sign in to comment.