Skip to content

Commit 3c3d6e4

Browse files
incremented batchglm dependency to 0.7.3
1 parent 99ee0ca commit 3c3d6e4

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)