Skip to content

Commit

Permalink
fix numpy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Sep 3, 2024
1 parent 46226f0 commit bf78774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasets/normalization/l1_sqrt/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ platforms:
- type: python
packages:
- scprep
- numpy
- numpy<2
- type: nextflow
directives:
label: [midtime, midmem, midcpu]
1 change: 1 addition & 0 deletions src/tasks/denoising/metrics/mse/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ platforms:
packages:
- scikit-learn
- scprep
- numpy<2
- type: nextflow
directives:
label: [midtime, highmem, midcpu]

0 comments on commit bf78774

Please sign in to comment.