PythonPredictions / cobra

A Python package to build predictive linear and logistic regression models focused on performance and interpretation
https://pythonpredictions.github.io/cobra.io
MIT License
30 stars 6 forks source link

Short term pandas 2.0 support #164

Closed sandervh14 closed 1 year ago

sandervh14 commented 1 year ago

Story Title

Issue: Short term pandas 2.0 support: avoid pandas 2.0 installation

Changes made

How does the solution address the problem

This PR will enforce pandas < 2.0 as a short term fix,

Linked issues

Resolves #159