Skip to content

Commit

Permalink
Merge pull request datature#151 from ivankqw/develop
Browse files Browse the repository at this point in the history
FIX: Added Support for M1 Chip
  • Loading branch information
weiloon-datature authored Jul 18, 2023
2 parents 33a6301 + 79283e5 commit dc904e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Pillow==8.2.0
scandir==1.10.0
scantree==0.0.1
shapely==2.0.1
tensorflow==2.10.0
tensorflow==2.10.0; sys_platform != 'darwin' or platform_machine != 'arm64'
tensorflow-macos==2.10.0; sys_platform == 'darwin' and platform_machine == 'arm64'
torch==1.12.1
torchvision==0.13.1
onnx==1.12.0
Expand Down

0 comments on commit dc904e6

Please sign in to comment.