8000 MAINT/DOC: pin numpy to <2 on readthedocs to hopefully fix doc building · larray-project/larray@c5aa933 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5aa933

Browse files
committed
MAINT/DOC: pin numpy to <2 on readthedocs to hopefully fix doc building
1 parent 56fbc35 commit c5aa933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# dependencies to run larray tutorials (via nbsphinx)
2-
numpy >=1.22
2+
numpy >=1.22, <2.0.0
33
pandas >=0.20
44
matplotlib
55
tables # ==pytables

0 commit comments

Comments
 (0)
0