Skip to content

Commit 62f28c0

Browse files
committed
Reverting the removal of multiprocess from config files.
The multiprocess was replaced with concurrent.futures in the characterize_data Python script. While making that change it was removed from the environment configuration files. This was an error as the package is used in the notebooks but those are not tested when only the script is modified.
1 parent ccb3e9c commit 62f28c0

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)