diff --git a/CHANGELOG b/CHANGELOG index d3ab472..9d26bb2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ - enh: add section:key tool tips for analysis view metadata - enh: added links to docs explaining default export selection - docs: remove Shape-Out 1 reference + - setup: remove rpy2 from dependencies until #161 is fixed - setup: migrate from setup.py to pyproject.toml - setup: bump dclab to 0.58.7 (performance) 2.16.1 diff --git a/docs/sec_qg_lme4.rst b/docs/sec_qg_lme4.rst index 143ef7e..aa28d86 100644 --- a/docs/sec_qg_lme4.rst +++ b/docs/sec_qg_lme4.rst @@ -13,8 +13,11 @@ with Shape-Out 1. .. warning:: Unfortunately, LMM analysis currently does not work with the .app or - .pkg bundle on macOS. This problem is tracked in `issue #73 - `_. + .pkg bundle on macOS or the Windows installer. This problem is tracked in + `issue #73 + `_ and + `issue #161 + `_. If you are using macOS and you would like to use LMM analysis, you have to install Shape-Out 2 as a Python package (see :ref:`sec_installation`). diff --git a/pyproject.toml b/pyproject.toml index 6b49f3d..44f76bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ license = {text = "GPL v3"} dependencies = [ "fcswrite>=0.5.1", - "dclab[dcor,http,lme4]>=0.58.7", + "dclab[dcor,http]>=0.58.7", "h5py>=2.8.0", "numpy>=1.21", # CVE-2021-33430 "pyqt5",