Skip to content

Commit

Permalink
incremented batchglm requirement to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsebfischer committed Aug 25, 2019
1 parent bc271bb commit 1495eb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requires.txt
Expand Up @@ -2,7 +2,7 @@ numpy>=1.14.0
scipy
pandas
patsy>=0.5.0
batchglm>=0.6.4
batchglm>=0.6.5
statsmodels
anndata
seaborn
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,7 +2,7 @@ numpy>=1.14.0
scipy
pandas
patsy>=0.5.0
batchglm>=0.6.4
batchglm>=0.6.5
statsmodels
anndata
seaborn
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@
'scipy>=1.2.1',
'pandas',
'patsy>=0.5.0',
'batchglm>=0.6.4',
'batchglm>=0.6.5',
'statsmodels',
],
extras_require={
Expand Down

0 comments on commit 1495eb2

Please sign in to comment.