From 3c3d6e4a168f9effc268915000c60f83103f8d55 Mon Sep 17 00:00:00 2001 From: "david.seb.fischer" Date: Fri, 21 Feb 2020 13:23:39 +0100 Subject: [PATCH] incremented batchglm dependency to 0.7.3 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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={