Skip to content

Commit

Permalink
MAINT/DOC: pin numpy to <2 on readthedocs to hopefully fix doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
gdementen committed Jul 23, 2024
1 parent 56fbc35 commit c5aa933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dependencies to run larray tutorials (via nbsphinx)
numpy >=1.22
numpy >=1.22, <2.0.0
pandas >=0.20
matplotlib
tables # ==pytables
Expand Down

0 comments on commit c5aa933

Please sign in to comment.