Skip to content

Commit

Permalink
provide polars suport with new scikit-learn 1.4.0 API
Browse files Browse the repository at this point in the history
  • Loading branch information
paucablop committed Feb 11, 2024
1 parent 3169661 commit cb9056e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
install_requires=[
"numpy",
"pandas",
"polars",
"pyarrow",
"scipy",
"scikit-learn",
"scikit-learn>=1.4.0",
],
include_package_data=True,
package_data={'': ['tests/resources/*.csv',
Expand Down

0 comments on commit cb9056e

Please sign in to comment.