Skip to content

Commit 6a88fad

Browse files
committed
update scipy reqs
1 parent 2933275 commit 6a88fad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ dependencies = [
2929
"scikit-learn>=1.1.0;python_version>='3.10' and python_version<'3.11'",
3030
"scikit-learn>=1.1.3;python_version>='3.11' and python_version<'3.12'",
3131
"scikit-learn>=1.3.1;python_version>='3.12'",
32-
"scipy>=1.7.3;python_version<'3.10'",
33-
"scipy>=1.9.2;python_version>='3.10' and python_version<'3.12'",
32+
"scipy>=1.9.2;python_version<'3.12'",
3433
"scipy>=1.12.0;python_version>='3.12'",
3534
'copulas>=0.11.0',
3635
'tqdm>=4.29',

0 commit comments

Comments
 (0)