POSYDON-code / POSYDON

POSYDON is a next-generation single and binary-star population synthesis code incorporating full stellar structure and evolution modeling with the use of MESA.
BSD 3-Clause "New" or "Revised" License
29 stars 19 forks source link

fixing v1 environment bug with scikit-learn version #290

Closed elizabethteng closed 5 months ago

elizabethteng commented 5 months ago

current requirement 'scikit-learn < 1.3.0' is conflicting with the old scikit-learn naming conventions in v1 code. Will first try just resetting to scikit-learn 0.21.3. If this doesn't work, we may consider changing the v1 code to be compatible with the current scikit-learn, which would also require updating the pickle files.