Skip to content

Commit b0f16d7

Browse files
authored
require Numpy < 1.24 due to lm_atm failures (#175)
1 parent 95509be commit b0f16d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.13.3
1+
numpy>=1.13.3,<1.24
22
matplotlib>=2.0.0
33
h5py>=2.7
44
scipy>=0.16

0 commit comments

Comments
 (0)