Change sklearn to scikit_learn

This commit is contained in:
DingZQ
2025-05-17 22:18:06 +08:00
parent b9cd42ed76
commit f816de6426
2 changed files with 5 additions and 4 deletions

View File

@@ -39,12 +39,13 @@ def install():
'sqlalchemy',
'networkx',
'wntr',
'sklearn',
'scipy',
'scikit-learn',
'scikit-fuzzy',
'libpysal',
'spopt'
'spopt',
'shapely',
'geopandas'
]
if minor == 4: