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 fcfc9f1 commit a34fe26Copy full SHA for a34fe26
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
python --version
26
- name: Install other dependencies
27
run: |
28
- conda install rpy2 -c conda-forge
+ pip install rpy2
29
pip install statsmodels cvxopt
30
pip install sortedl1
31
# for testing Cox estimator
0 commit comments