Skip to content

Commit f3743c2

Browse files
committed
Pin sklearn version to 1.7.*
This avoids getting errors in PGI notebooks due to incompatibility of SimPEG v0.25.0 and sklearn 1.8.0. See simpeg/simpeg#1742 for reference.
1 parent ce975ca commit f3743c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- simpeg==0.25.*
1414
- discretize==0.12.*
1515
- choclo==0.3.*
16-
- scikit-learn
16+
- scikit-learn==1.7.*
1717
- pymatsolver
1818
# Code style
1919
- ruff

0 commit comments

Comments
 (0)