diff --git a/requirements.txt b/requirements.txt index 37093b9..497cd7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy>=1.14.0 scipy pandas patsy>=0.5.0 -batchglm>=0.7.2 +batchglm>=0.7.3 statsmodels anndata seaborn diff --git a/setup.py b/setup.py index 0976980..d837d56 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ 'scipy>=1.2.1', 'pandas', 'patsy>=0.5.0', - 'batchglm>=0.7.2', + 'batchglm>=0.7.3', 'statsmodels', ], extras_require={