Skip to content

Commit

Permalink
Fix Pandas-Numpy clash
Browse files Browse the repository at this point in the history
Numpy was upgraded to 2.0.0 on 16 June 2024, which has broken the Pandas import, so we lock Numpy to 1.26.4
  • Loading branch information
woodthom2 authored Jun 21, 2024
1 parent 8af3aea commit 2cc6222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ wget==3.2
rocketry==2.5.1
openai==1.30.2
vertexai==1.49.0
numpy==1.26.4

0 comments on commit 2cc6222

Please sign in to comment.