We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525365e commit 16af373Copy full SHA for 16af373
1 file changed
tests/test_data/pyproject_updated.toml
@@ -15,6 +15,6 @@ dependencies = [
15
'xarray>=2023.1.0',
16
"ipython>=8.8.0,<4",
17
"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'"
+ "scikit-learn>=1.3.0,<1.4;sys_platform=='win32'",
+ "scikit-learn>=1.3.0;sys_platform!='win32'"
20
]
0 commit comments