We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03eb895 commit cfdea00Copy full SHA for cfdea00
docs/requires.txt
@@ -2,7 +2,7 @@ numpy>=1.14.0
2
scipy
3
pandas
4
patsy>=0.5.0
5
-batchglm>=0.6.7
+batchglm>=0.6.8
6
statsmodels
7
anndata
8
seaborn
requirements.txt
setup.py
@@ -21,7 +21,7 @@
21
'scipy>=1.2.1',
22
'pandas',
23
'patsy>=0.5.0',
24
- 'batchglm>=0.6.7',
+ 'batchglm>=0.6.8',
25
'statsmodels',
26
],
27
extras_require={
0 commit comments