Skip to content

Commit

Permalink
incremented batchglm requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsebfischer committed Aug 22, 2019
1 parent f7ad2ed commit f67e4f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy>=1.14.0
scipy
pandas
patsy>=0.5.0
batchglm>=0.6.3
batchglm>=0.6.4
statsmodels
anndata
seaborn
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ numpy>=1.14.0
scipy
pandas
patsy>=0.5.0
batchglm>=0.6.1
xarray
batchglm>=0.6.4
statsmodels
anndata
seaborn
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
long_description_content_type="text/markdown",
packages=find_packages(),
install_requires=[
'numpy==1.16.4',
'numpy>=1.16.4',
'scipy>=1.2.1',
'pandas',
'patsy>=0.5.0',
'batchglm>=0.6.3',
'batchglm>=0.6.4',
'statsmodels',
],
extras_require={
Expand Down

0 comments on commit f67e4f8

Please sign in to comment.