diff --git a/README.md b/README.md index ad9ef331cb..7e77c77a92 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,6 @@ regression. Currently only the single variable IV estimators are polished. ### Running - - Python 3.9+ - NumPy (1.19+) - SciPy (1.5+) diff --git a/doc/source/index.rst b/doc/source/index.rst index d5b487f573..98700ad4e9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -5,14 +5,6 @@ :align: left :alt: linearmodels logo - -.. warning:: - - The next version of linearmodels will be 5.0 and will change the default sorting order - for models created using formulas. You can use the new behavior by adding - ``from linearmodels.__future__ import ordering`` to your code. This - version will increase the minimum version of formulaic to 0.6.0. - .. note:: `Stable documentation `_ for the latest release