Skip to content

Commit 74f17cf

Browse files
incremented batchglm requirement to 0.6.6
1 parent 0f8ddec commit 74f17cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/requires.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.6.5
5+
batchglm>=0.6.6
66
statsmodels
77
anndata
88
seaborn

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.6.5
5+
batchglm>=0.6.6
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.6.5',
24+
'batchglm>=0.6.6',
2525
'statsmodels',
2626
],
2727
extras_require={

0 commit comments

Comments
 (0)