andreped commited on
Commit
7cfe60d
1 Parent(s): 7ab87dc

numpy<=1.23.2 + Python 3.6-3.11

Browse files
Files changed (2) hide show
  1. .github/workflows/build.yml +1 -1
  2. setup.py +1 -1
.github/workflows/build.yml CHANGED
@@ -39,7 +39,7 @@ jobs:
39
  strategy:
40
  matrix:
41
  os: [windows-2019, ubuntu-20.04, macos-10.15]
42
- python-version: ["3.6", "3.7", "3.8", "3.9"]
43
 
44
  steps:
45
  - uses: actions/checkout@v1
 
39
  strategy:
40
  matrix:
41
  os: [windows-2019, ubuntu-20.04, macos-10.15]
42
+ python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
43
 
44
  steps:
45
  - uses: actions/checkout@v1
setup.py CHANGED
@@ -9,7 +9,7 @@ setup(
9
  license="MIT",
10
  python_requires='>=3.6',
11
  install_requires=[
12
- 'numpy<=1.19.0',
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.23.2',
13
  'monai<=0.8.1',
14
  'lungmask@git+https://github.com/andreped/lungmask',
15
  'nibabel',