Skip to content

Commit

Permalink
Make numba optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Dec 11, 2023
1 parent c61d11b commit d1a54f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ outputs:
- napari-plugin-manager >=0.1.0a2, <0.2.0a0
- napari-svg >=0.1.8
- npe2 >=0.7.2
- numba >=0.57.1
- numpy >=1.21,<2.0a0
- numpydoc >=0.9.2
- pandas >=1.3.0
Expand Down Expand Up @@ -86,7 +85,7 @@ outputs:
- pyside2 >=5.14.2,!=5.15.0
- pyqt >=5.12.3,!=5.15.0
- pyside6 <6.3.2

- numba >=0.57.1 # https://github.com/napari/napari/pull/6467#issuecomment-1819038165
test:
requires:
- pip
Expand All @@ -98,6 +97,7 @@ outputs:
# - xarray
# - pandas
# - pytest-timeout
# - numba >=0.57.1 # https://github.com/napari/napari/pull/6467#issuecomment-1819038165
imports:
- napari
commands:
Expand Down

0 comments on commit d1a54f3

Please sign in to comment.