Skip to content
Snippets Groups Projects
Commit eea6321f authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Replace sklearn with correct scikit-learn dependency in setup.py

parent 6effa1cc
No related branches found
No related tags found
No related merge requests found
......@@ -69,12 +69,12 @@ setup(name='py_wake',
'sphinx', # generating documentation
'sphinx_rtd_theme', # docs theme
'line_profiler', # to check speed
'sklearn', # MinMaxScaler
'scikit-learn', # MinMaxScaler
'tensorflow', # load surrogates
'ipywidgets', # notebook widgets
],
'loads': [
'sklearn', # MinMaxScaler
'scikit-learn', # MinMaxScaler
'tensorflow', # load surrogates
]},
zip_safe=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment