Skip to content

Commit

Permalink
add python support 3.8-3.11
Browse files Browse the repository at this point in the history
Python 3.12 will be supported after ITK updates its release.
  • Loading branch information
bagari committed Oct 31, 2024
1 parent d55802b commit 7714a1d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions recipes/meta/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
build_variant:
- "osmesa" # [linux]
- "qt" # [osx]

python:
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython

python_impl:
- cpython
- cpython
- cpython
- cpython

numpy:
- 1.22
- 1.22
- 1.22
- 1.23
6 changes: 3 additions & 3 deletions recipes/meta/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
- make # [not win]

host:
- python >=3.9,<3.12
- python
- pip
- setuptools
- libboost-python-devel >=1.82.0,<1.83.0
Expand All @@ -36,8 +36,8 @@ requirements:

run:
- qhull
- python >=3.9,<3.12
- numpy >=1.21,<2
- python
- numpy
- nibabel
- pandas
- pyvista
Expand Down

0 comments on commit 7714a1d

Please sign in to comment.