diff --git a/docs/requires.txt b/docs/requires.txt index 90179be..27cbd57 100644 --- a/docs/requires.txt +++ b/docs/requires.txt @@ -2,7 +2,7 @@ numpy>=1.14.0 scipy pandas patsy>=0.5.0 -batchglm>=0.6.7 +batchglm>=0.6.8 statsmodels anndata seaborn diff --git a/requirements.txt b/requirements.txt index 90179be..27cbd57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy>=1.14.0 scipy pandas patsy>=0.5.0 -batchglm>=0.6.7 +batchglm>=0.6.8 statsmodels anndata seaborn diff --git a/setup.py b/setup.py index b98360e..ea3775b 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ 'scipy>=1.2.1', 'pandas', 'patsy>=0.5.0', - 'batchglm>=0.6.7', + 'batchglm>=0.6.8', 'statsmodels', ], extras_require={