Skip to content

Commit

Permalink
fix scikit-learn dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
mastoffel committed Dec 18, 2024
1 parent f34bb9d commit d3e9a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include = ["misc/AE_logo_final.png"]
python = ">=3.10,<3.13"
mogp-emulator = "^0.7.2"
matplotlib = "^3.7.2"
scikit-learn = "^1.3.0"
scikit-learn = ">=1.3.0,<1.6.0"
pandas = "^2.1"
torch = "^2.1.0"
skorch = "^0.15.0"
Expand Down

0 comments on commit d3e9a76

Please sign in to comment.