We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6309a6a commit 525a7c2Copy full SHA for 525a7c2
.github/workflows/main.yml
@@ -25,7 +25,6 @@ jobs:
25
- name: Install other dependencies
26
run: |
27
conda install rpy2 -c conda-forge
28
- pip install celer
29
pip install statsmodels cvxopt
30
pip install git+https://github.com/jolars/sortedl1.git
31
# for testing Cox estimator
pyproject.toml
@@ -38,6 +38,7 @@ test = [
38
"flake8",
39
"coverage",
40
"numpydoc",
41
+ "celer",
42
]
43
44
doc = [
0 commit comments