Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 00f8a83

Browse files
Merge pull request #138 from theislab/dev
incremented batchglm dependency to 0.7.3
2 parents b60bdb3 + 3c3d6e4 commit 00f8a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy>=1.14.0
22
scipy
33
pandas
44
patsy>=0.5.0
5-
batchglm>=0.7.2
5+
batchglm>=0.7.3
66
statsmodels
77
anndata
88
seaborn

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'scipy>=1.2.1',
2222
'pandas',
2323
'patsy>=0.5.0',
24-
'batchglm>=0.7.2',
24+
'batchglm>=0.7.3',
2525
'statsmodels',
2626
],
2727
extras_require={

0 commit comments

Comments
 (0)