Skip to content

Commit

Permalink
torch/numpy issue on mac intel
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Feb 23, 2025
1 parent 39115fe commit c0cc53a
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
Expand Up @@ -12,4 +12,4 @@ ipykernel
nbformat
tqdm

numpy<=1 ; platform_system == "Darwin" and platform_machine == "x86_64"
numpy<2 ; platform_system == "Darwin" and platform_machine == "x86_64"

0 comments on commit c0cc53a

Please sign in to comment.