Skip to content

Commit

Permalink
Update sklearn requirements.
Browse files Browse the repository at this point in the history
We should have been requiring sklearn 0.21 since the `PolynomialLibrary` object imports a function from sklearn not present in earlier versions. See #51 .
  • Loading branch information
briandesilva committed Feb 19, 2020
1 parent 3a2fbdd commit 9069ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
scikit-learn[alldeps]>=0.19
scikit-learn[alldeps]>=0.21
numpy
scipy

0 comments on commit 9069ea3

Please sign in to comment.