Skip to content

Conversation

@celestinoxp
Copy link
Contributor

Support pandas 2.1

- pandas 2.1 has a minimum requirement of python 3.9 or higher

-I changed numpy to after pandas as numpy supports all versions of pandas but pandas does not support all versions of numpy. Since pandas will be installed first, it will determine which minimum version of numpy you will install.

-Jinja2 also has a minimum version limit in pandas 2.1, but like numpy, as it is installed after pandas, it will be installed according to the pandas version
numpy must be before pandas
the dependencies will maintain the installed versions, but in the case of pandas 2.1 the minimum versions will be higher than in the case of pandas 2.0
Statsmodels supports pandas 2.1, just not 2.1.0, which was buggy.
@celestinoxp celestinoxp marked this pull request as draft December 18, 2023 16:05
@celestinoxp celestinoxp deleted the support_pandas_2.1 branch January 28, 2024 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant