andreped commited on
Commit
a46663e
·
1 Parent(s): 294fff9

tried removing lungmask for now

Browse files
Files changed (2) hide show
  1. .github/workflows/build.yml +1 -1
  2. setup.py +1 -1
.github/workflows/build.yml CHANGED
@@ -24,7 +24,7 @@ jobs:
24
  python-version: ${{ matrix.python-version }}
25
 
26
  - name: Install dependencies
27
- run: pip install wheel setuptools
28
 
29
  - name: Build wheel
30
  run: python setup.py bdist_wheel --universal
 
24
  python-version: ${{ matrix.python-version }}
25
 
26
  - name: Install dependencies
27
+ run: pip install wheel setuptools -U
28
 
29
  - name: Build wheel
30
  run: python setup.py bdist_wheel --universal
setup.py CHANGED
@@ -11,7 +11,7 @@ setup(
11
  install_requires=[
12
  "numpy",
13
  "monai",
14
- "git+//github.com/JoHof/lungmask",
15
  ],
16
  entry_points={
17
  'console_scripts': [
 
11
  install_requires=[
12
  "numpy",
13
  "monai",
14
+ #"git+//github.com/JoHof/lungmask",
15
  ],
16
  entry_points={
17
  'console_scripts': [