Skip to content

Commit

Permalink
bugfix: pin version of batchgenerators
Browse files Browse the repository at this point in the history
upgrade of batchgenerators to 0.23 (or maybe 0.22 even) breaks our code.. pinning to 0.21 for now..

```
ImportError: cannot import name 'MultiThreadedAugmenter' from 'batchgenerators.dataloading' (/srv/khan/users/alik/test_hippunfold/venv/lib/python3.8/site-packages/batchgenerators/dataloading/__init__.py)
```
  • Loading branch information
akhanf authored Sep 3, 2021
1 parent 418b406 commit 5e03b08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
install_requires=[
"snakebids>=0.3.10",
"snakemake>=6.5.2",
"batchgenerators==0.21",
"nnunet-inference-on-cpu-and-gpu==1.6.6",
"numpy>=1.20.2",
"astropy",
Expand Down

0 comments on commit 5e03b08

Please sign in to comment.