Skip to content

Commit c0b7445

Browse files
michaelosthegeaseyboldt
authored andcommitted
Pin sundials to <6.0 because of compatibility
1 parent 5634bed commit c0b7445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ requirements:
2323
- numpy >=1.14
2424
- liblapack
2525
- cffi
26-
- sundials >=5.3
26+
- sundials >=5.3,<6.0
2727
run:
2828
- python
2929
- numpy >=1.14
3030
- cffi
3131
- xarray
3232
- scipy
33-
- sundials >=5.3
33+
- sundials >=5.3,<6.0
3434
- numba >=0.49
3535
- typing_extensions
3636
- sympy >=1.8

0 commit comments

Comments
 (0)