Skip to content

Commit

Permalink
Pin scikit-learn to prior ro 1.2.0 (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeilerP committed Dec 8, 2022
1 parent 1df8b41 commit 738e45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ numba>=0.41.0
numpy>=1.17 # extension/speedup in .nan_to_num, .exp (v1.17)
scipy>=1.4.1 # introduced PCA sparsity support (v1.4)
pandas>=0.23, !=1.4.0 # merging/sorting extensions (v0.23)
scikit-learn>=0.21.2 # bugfix in .utils.sparsefuncs (v0.21.2)
scikit-learn>=0.21.2, <1.2.0 # bugfix in .utils.sparsefuncs (v0.21.2)
matplotlib>=3.3.0 # normalize in pie (v3.3.0)

0 comments on commit 738e45e

Please sign in to comment.