Skip to content

Commit

Permalink
Pin sundials to <6.0 because of compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege authored and aseyboldt committed Jun 21, 2022
1 parent 5634bed commit c0b7445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ requirements:
- numpy >=1.14
- liblapack
- cffi
- sundials >=5.3
- sundials >=5.3,<6.0
run:
- python
- numpy >=1.14
- cffi
- xarray
- scipy
- sundials >=5.3
- sundials >=5.3,<6.0
- numba >=0.49
- typing_extensions
- sympy >=1.8
Expand Down

0 comments on commit c0b7445

Please sign in to comment.