andreped commited on
Commit
be27fc6
1 Parent(s): ff83c49

use lungmask fork [no ci]

Browse files
Files changed (1) hide show
  1. setup.py +2 -2
setup.py CHANGED
@@ -11,7 +11,7 @@ setup(
11
  install_requires=[
12
  'numpy',
13
  'monai',
14
- 'lungmask@git+https://github.com/JoHof/lungmask',
15
  'nibabel',
16
  ],
17
  entry_points={
@@ -27,4 +27,4 @@ setup(
27
  "License :: OSI Approved :: MIT License",
28
  "Operating System :: OS Independent",
29
  ],
30
- )
 
11
  install_requires=[
12
  'numpy',
13
  'monai',
14
+ 'lungmask@git+https://github.com/andreped/lungmask',
15
  'nibabel',
16
  ],
17
  entry_points={
 
27
  "License :: OSI Approved :: MIT License",
28
  "Operating System :: OS Independent",
29
  ],
30
+ )