From cfdea00e70ef0417f51af59c8c7d9f06da990a76 Mon Sep 17 00:00:00 2001 From: "david.seb.fischer" Date: Tue, 3 Sep 2019 17:14:28 -0700 Subject: [PATCH] incremented batchglm version requirement to 0.6.8 --- 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 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={