andreped commited on
Commit
dba99d8
1 Parent(s): 7435771

Reduce numpy version

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -9,7 +9,7 @@ setup(
9
  license="MIT",
10
  python_requires='>=3.6',
11
  install_requires=[
12
- 'numpy',
13
  'monai<=0.8.1',
14
  'lungmask@git+https://github.com/andreped/lungmask',
15
  'nibabel',
 
9
  license="MIT",
10
  python_requires='>=3.6',
11
  install_requires=[
12
+ 'numpy<=1.19',
13
  'monai<=0.8.1',
14
  'lungmask@git+https://github.com/andreped/lungmask',
15
  'nibabel',