andreped commited on
Commit
f4c5f6c
1 Parent(s): 02fd505

seems to work. Tried to remove 'egg'

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -11,7 +11,7 @@ setup(
11
  install_requires=[
12
  'numpy',
13
  'monai',
14
- 'lungmask@git+https://github.com/JoHof/lungmask@master#egg=lungmask',
15
  'nibabel',
16
  ],
17
  entry_points={
 
11
  install_requires=[
12
  'numpy',
13
  'monai',
14
+ 'lungmask@git+https://github.com/JoHof/lungmask',
15
  'nibabel',
16
  ],
17
  entry_points={