Skip to content

Commit f67e4f8

Browse files
incremented batchglm requirement
1 parent f7ad2ed commit f67e4f8

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
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.3
5+
batchglm>=0.6.4
66
statsmodels
77
anndata
88
seaborn

requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ numpy>=1.14.0
22
scipy
33
pandas
44
patsy>=0.5.0
5-
batchglm>=0.6.1
6-
xarray
5+
batchglm>=0.6.4
76
statsmodels
87
anndata
98
seaborn

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
long_description_content_type="text/markdown",
1818
packages=find_packages(),
1919
install_requires=[
20-
'numpy==1.16.4',
20+
'numpy>=1.16.4',
2121
'scipy>=1.2.1',
2222
'pandas',
2323
'patsy>=0.5.0',
24-
'batchglm>=0.6.3',
24+
'batchglm>=0.6.4',
2525
'statsmodels',
2626
],
2727
extras_require={

0 commit comments

Comments
 (0)