Skip to content

Commit

Permalink
Fix sklearn version and replace it by scikit-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
Galileo-Galilei committed Nov 1, 2020
1 parent 529d621 commit 4393681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pytest>=5.4.0, <6.0.0
pytest-cov>=2.8.0, <3.0.0
pytest-lazy-fixture>=0.6.0, <1.0.0
pytest-mock>=3.1.0, <4.0.0
sklearn>=0.23.0, <0.24.0
scikit-learn>=0.23.0, <0.24.0
flake8>=3.0.0, <4.0.0
black==19.10b0 # pin black version because it is not compatible with a pip range (because of non semver version number)
isort>=5.0.0, <6.0.0

0 comments on commit 4393681

Please sign in to comment.