Skip to content

Commit 16af373

Browse files
committed
Fix test
1 parent 525365e commit 16af373

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_data/pyproject_updated.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies = [
1515
'xarray>=2023.1.0',
1616
"ipython>=8.8.0,<4",
1717
"numpy[foo,bar]>=1.25.0,<2",
18-
"scikit-learn>1.3.0,<1.4;sys_platform=='win32'",
19-
"scikit-learn>1.3.0;sys_platform!='win32'"
18+
"scikit-learn>=1.3.0,<1.4;sys_platform=='win32'",
19+
"scikit-learn>=1.3.0;sys_platform!='win32'"
2020
]

0 commit comments

Comments
 (0)