Skip to content

Commit

Permalink
[FIX] add restriction of numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Shen committed Aug 11, 2024
1 parent 858bfdd commit e3e2f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"imageio[ffmpeg]",
"matplotlib",
"mlx-data",
"numpy",
"numpy<2",
"pytorch-model-summary",
"rotary-embedding-torch",
"simple-parsing==0.1.5",
Expand Down

0 comments on commit e3e2f5b

Please sign in to comment.