Skip to content

Commit cfdea00

Browse files
incremented batchglm version requirement to 0.6.8
1 parent 03eb895 commit cfdea00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/requires.txt

+1-1
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.6.7
5+
batchglm>=0.6.8
66
statsmodels
77
anndata
88
seaborn

requirements.txt

+1-1
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.6.7
5+
batchglm>=0.6.8
66
statsmodels
77
anndata
88
seaborn

setup.py

+1-1
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.6.7',
24+
'batchglm>=0.6.8',
2525
'statsmodels',
2626
],
2727
extras_require={

0 commit comments

Comments
 (0)