open-lasso-python / lasso-python

Home of the open-source CAE library lasso-python 🐍
BSD 3-Clause "New" or "Revised" License
50 stars 12 forks source link

sklearn deprecated #41

Closed ThomasBoulestin closed 9 months ago

ThomasBoulestin commented 9 months ago

Hello !

On installation, pip throw an error because of this :

Here is how to fix this error in the main use cases:

It might be good to update requirements.txt file

Cheers,

ThomasBoulestin commented 9 months ago

Seems to works when using :

python -m pip install lasso-python

instead of :

pip install -r requirements.txt

codie3611 commented 9 months ago

Yes indeed I updated the pip package to now use the right package :+1: