Skip to content

Commit

Permalink
set numpy<2
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Sep 19, 2024
1 parent 781295f commit c0cbc94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/methods/magic/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ engines:
image: openproblems/base_python:1.0.0
setup:
- type: python
pip: [scprep, magic-impute, scipy, scikit-learn<1.2]
pip: [scprep, magic-impute, scipy, scikit-learn<1.2, numpy<2]
runners:
- type: executable
- type: nextflow
Expand Down
1 change: 1 addition & 0 deletions src/metrics/mse/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ engines:
pypi:
- scikit-learn
- scprep
- numpy<2
runners:
- type: executable
- type: nextflow
Expand Down
3 changes: 2 additions & 1 deletion src/metrics/poisson/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ engines:
setup:
- type: python
pypi:
- scprep
- scprep
- numpy<2
runners:
- type: executable
- type: nextflow
Expand Down

0 comments on commit c0cbc94

Please sign in to comment.