Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Sep 29, 2024
1 parent 2211e87 commit 49dbdc6
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 @@ -40,7 +40,7 @@ dependencies = []
all_extras = ["numpy", "pandas"]

dev = [
'scikit-learn>=0.24.0; not (python_version == "3.13" and sys_platform == "win32")',
'scikit-learn>=0.24.0; python_version != "3.13" or sys_platform != "win32"',
"pre-commit",
"pytest",
"pytest-cov"
Expand Down

0 comments on commit 49dbdc6

Please sign in to comment.