Skip to content

Commit 8b0640b

Browse files
authored
Merge pull request #299 from abstractqqq/sklearn_ver_in_test
2 parents 2dd5b95 + 20c0430 commit 8b0640b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ maturin[patchelf]>=1.7; sys_platform == "linux"
33
maturin>=1.7; sys_platform != "linux"
44
polars
55
numpy
6-
scikit-learn
6+
scikit-learn<=1.5
77
scipy
88
pyarrow
99
pandas

tests/test_transforms.py

-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ def test_target_encode():
163163
enc.fit(df_pd[cols], y)
164164
df_transformed = enc.transform(df_pd[cols])
165165
df2 = pl.from_pandas(df_transformed[cols]) # output from category_encoders
166-
167166
assert_frame_equal(df1, df2)
168167

169168

0 commit comments

Comments
 (0)