Skip to content

Commit

Permalink
fixed: requirements-nn platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Secbone committed Dec 10, 2023
1 parent 980ebb1 commit 7b8acd3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions requirements-nn.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
torch >= 1.8.1; sys_platform != 'darwin'
torchvision >= 0.9.1; sys_platform != 'darwin'

torch >= 1.8.1; sys_platform == 'darwin'
torchvision >= 0.9.1; sys_platform == 'darwin'
torch >= 1.8.1
torchvision >= 0.9.1

0 comments on commit 7b8acd3

Please sign in to comment.