Skip to content

Commit

Permalink
Conda numba build fix (#239)
Browse files Browse the repository at this point in the history
* Updating conda build to fix issues with numba

* Adding test section back to conda build
  • Loading branch information
timryanb authored Aug 4, 2023
1 parent 9561d55 commit 46b950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ requirements:
- metis ==5.1.0
- mpi4py
- pynastran
- numba
- numba >=0.55.2

test:
requires:
Expand Down

0 comments on commit 46b950b

Please sign in to comment.