Skip to content

Commit

Permalink
Explicitly require NumPy 1.21+
Browse files Browse the repository at this point in the history
As NumPy is used internally, list it as an explicit requirement instead
of relying on other dependencies to pull it in.
  • Loading branch information
jakirkham committed May 30, 2023
1 parent a77b3ae commit f071fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/cuxfilter/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ requirements:
- libwebp
- nodejs >=14
- numba >=0.57
- numba >=1.21
- packaging
- panel >=0.14.0,<=0.14.1
- pydeck >=0.3,<=0.5.0
Expand Down

0 comments on commit f071fc9

Please sign in to comment.