Skip to content

Commit

Permalink
Update pytorch-3dunet-1.6.0-foss-2022a-CUDA-11.7.0.eb
Browse files Browse the repository at this point in the history
add SciPy-bundle dependency
  • Loading branch information
ThomasHoffmann77 authored Jan 8, 2024
1 parent e24a81a commit 18aa7ea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ dependencies = [
('CUDA', '11.7.0', '', SYSTEM),
('h5py', '3.7.0'),
('tensorboard', '2.10.0'),
('scikit-image', '0.19.3')
('scikit-image', '0.19.3'),
('SciPy-bundle', '2022.05'),
]

use_pip = True
Expand Down

0 comments on commit 18aa7ea

Please sign in to comment.