Skip to content

Commit e1d0a13

Browse files
authored
TST: Restrict numpy version for dynesty compatibility (#981)
1 parent 6ad19fd commit e1d0a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

containers/env-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- setuptools
1010
- setuptools_scm
1111
- matplotlib
12-
- numpy
12+
- numpy<2.2 # dynesty<2.2 requires numpy<2.2
1313
- scipy
1414
- pandas
1515
- astropy

0 commit comments

Comments
 (0)