Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 8, 2025
1 parent 8c1d5ec commit 30b4c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ fire ==0.7.*

cloudpickle >1.3, <=3.1.0
scikit-learn ==1.2.*; python_version < "3.9"
# todo: other packge used for testing `aeon` has pin req. to sklearn<1.6
# todo: other package used for testing `aeon` has pin req. to sklearn<1.6
scikit-learn ==1.5.*; python_version > "3.8" # we do not use `> =` because of oldest replcement
cachier ==3.1.2

0 comments on commit 30b4c19

Please sign in to comment.