Skip to content

Commit 76e7629

Browse files
authored
Temporarily pin sklearn<1.8.0 in .github/environment.yml (#628)
Set an upper constrain for `skelarn` to bypass an issue involving Verde 1.8.1 and skelarn 1.8.0. We should fix this upstream and revert this commit in the future.
1 parent 750321c commit 76e7629

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ dependencies:
99
- numpy>=1.23
1010
- pandas>=1.4
1111
- scipy>=1.9
12-
- scikit-learn>=1.1
12+
# Pin sklearn to bypass issue with Verde 1.8.1 and sklearn 1.8.0. We should
13+
# fix this upstream and remove the upper constrain.
14+
- scikit-learn>=1.1,<1.8.0
1315
- numba>=0.57
1416
- xarray>=2022.03
1517
- verde>=1.8.1

0 commit comments

Comments
 (0)