Skip to content

Commit

Permalink
constrained numba-version to non-buggy version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.gehrig committed Nov 30, 2023
1 parent 120d3b7 commit a1c61da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aotools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
run:
- python {{ python }}
- matplotlib
- numba
- numba >=0.55.1 # 0.53.1 is buggy
- {{ pin_compatible('numpy') }}
- scipy >=1.10.1

Expand Down

0 comments on commit a1c61da

Please sign in to comment.