Spaces:
Running
Running
tried adding identifier
Browse files
setup.py
CHANGED
@@ -11,7 +11,7 @@ setup(
|
|
11 |
install_requires=[
|
12 |
'numpy',
|
13 |
'monai',
|
14 |
-
'git+https://github.com/JoHof/lungmask@master#egg=lungmask',
|
15 |
],
|
16 |
entry_points={
|
17 |
'console_scripts': [
|
|
|
11 |
install_requires=[
|
12 |
'numpy',
|
13 |
'monai',
|
14 |
+
'lungmask@git+https://github.com/JoHof/lungmask@master#egg=lungmask',
|
15 |
],
|
16 |
entry_points={
|
17 |
'console_scripts': [
|