Skip to content

Commit

Permalink
CHORE: limit max sklearn version to avoid tests breaking in CI (see a…
Browse files Browse the repository at this point in the history
…lso #574)
  • Loading branch information
Valentin-Laurent committed Jan 28, 2025
1 parent d7e869d commit 77e9a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
- mypy
- pandas
- pytest-cov
- scikit-learn
- scikit-learn<1.6.0
- typed-ast

0 comments on commit 77e9a02

Please sign in to comment.