We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ad2ed commit f67e4f8Copy full SHA for f67e4f8
docs/requires.txt
@@ -2,7 +2,7 @@ numpy>=1.14.0
2
scipy
3
pandas
4
patsy>=0.5.0
5
-batchglm>=0.6.3
+batchglm>=0.6.4
6
statsmodels
7
anndata
8
seaborn
requirements.txt
@@ -2,8 +2,7 @@ numpy>=1.14.0
-batchglm>=0.6.1
-xarray
9
setup.py
@@ -17,11 +17,11 @@
17
long_description_content_type="text/markdown",
18
packages=find_packages(),
19
install_requires=[
20
- 'numpy==1.16.4',
+ 'numpy>=1.16.4',
21
'scipy>=1.2.1',
22
'pandas',
23
'patsy>=0.5.0',
24
- 'batchglm>=0.6.3',
+ 'batchglm>=0.6.4',
25
'statsmodels',
26
],
27
extras_require={
0 commit comments