diff --git a/docs/requirements.txt b/docs/requirements.txt index f9fc1663..afff44b1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -19,4 +19,6 @@ sphinxcontrib-serializinghtml==2.0.0 literate_dataclasses # For IPython.sphinxext.ipython_console_highlighting extension ipython -numpy +# TODO(stes): temporary fix, remove once objects.inv are updated +# see https://github.com/AdaptiveMotorControlLab/CEBRA/issues/303 +numpy<2.5 diff --git a/setup.cfg b/setup.cfg index 0a1af183..0b4beea9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,8 +29,7 @@ where = python_requires = >=3.10 install_requires = joblib - numpy<2.0;platform_system=="Windows" - numpy;platform_system!="Windows" and python_version>="3.10" + numpy<2.5 literate-dataclasses scikit-learn scipy