Skip to content

Commit

Permalink
numpy version (#25)
Browse files Browse the repository at this point in the history
Summary:
numpy 1.23.5 is not supported for python 3.12 (https://numpy.org/doc/2.1/release/1.23.5-notes.html). Upgrading to 1.26.4 solves the problem.

Pull Request resolved: #25

Reviewed By: ychfan

Differential Revision: D69541177

Pulled By: stephenyan1231

fbshipit-source-id: 21b7166fd620abc11ea4e27e97decd3248bd27ea
  • Loading branch information
xiyichen authored and facebook-github-bot committed Feb 12, 2025
1 parent f26b1b7 commit 430ca66
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,5 +1,5 @@
imageio[ffmpeg]
numpy==1.23.5
numpy==1.26.4
roma
gradio
matplotlib
Expand Down

0 comments on commit 430ca66

Please sign in to comment.