Skip to content

Commit b9c61b4

Browse files
authored
Merge pull request #475 from zivy/revertMultiprocessRemoval
Reverting the removal of multiprocess from config files.
2 parents ccb3e9c + 62f28c0 commit b9c61b4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Python/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ dependencies:
1414
- scipy
1515
- pandas
1616
- numba
17+
- multiprocess
1718
- tqdm
1819
- SimpleITK>2.2.1

Python/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ numpy
77
scipy
88
pandas
99
numba
10+
multiprocess
1011
tqdm
1112
requests
1213

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ dependencies:
1414
- scipy
1515
- pandas
1616
- numba
17+
- multiprocess
1718
- tqdm
1819
- SimpleITK>2.2.1

0 commit comments

Comments
 (0)