Skip to content

Commit

Permalink
requirements: Fix build on Python 3.12.
Browse files Browse the repository at this point in the history
Numpy 1.24 build is broken on Python 3.12 [1]. 1.26.2 seems to be the
first version that fixes it.

[1] numpy/numpy#23808

Signed-off-by: Adrian Moreno <amorenoz@redhat.com>
  • Loading branch information
amorenoz committed Jan 2, 2024
1 parent 61e3b21 commit db995cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pandas==1.5.3
numpy==1.24.3
numpy==1.26.2
pdftotext==2.2.2

0 comments on commit db995cd

Please sign in to comment.