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

Commit cfdea00

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

0 commit comments

Comments
 (0)