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 fc765a8 commit 28e4d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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; python_version < "3.13" or sys_platform != "win32"',
'scikit-learn>=0.24.0; python_version < "3.13" or sys_platform != "win32"', # todo 0.11.0 - check if windows 3.13 works, if yes, remove markers
"pre-commit",
"pytest",
"pytest-cov"
Expand Down Expand Up @@ -87,7 +87,7 @@ test = [
"numpy",
"scipy",
"pandas",
'scikit-learn>=0.24.0; python_version < "3.13" or sys_platform != "win32"',
'scikit-learn>=0.24.0; python_version < "3.13" or sys_platform != "win32"', # todo 0.11.0 - check if windows 3.13 works, if yes, remove markers
]

[project.urls]
Expand Down

0 comments on commit 28e4d3e

Please sign in to comment.