From 74f17cf3d4f114667753a967775d774fb54e16fd Mon Sep 17 00:00:00 2001 From: "david.seb.fischer" Date: Sun, 25 Aug 2019 20:08:19 +0200 Subject: [PATCH] incremented batchglm requirement to 0.6.6 --- docs/requires.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requires.txt b/docs/requires.txt index 0893d53..5e35d86 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.5 +batchglm>=0.6.6 statsmodels anndata seaborn diff --git a/requirements.txt b/requirements.txt index 0893d53..5e35d86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy>=1.14.0 scipy pandas patsy>=0.5.0 -batchglm>=0.6.5 +batchglm>=0.6.6 statsmodels anndata seaborn diff --git a/setup.py b/setup.py index 109e8cc..a932746 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ 'scipy>=1.2.1', 'pandas', 'patsy>=0.5.0', - 'batchglm>=0.6.5', + 'batchglm>=0.6.6', 'statsmodels', ], extras_require={