Skip to content

Commit

Permalink
linux-specific dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-neuro committed Jul 22, 2024
1 parent 745f85a commit dc1db71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ mkl-service; sys_platform == 'win32'
mkl_fft; sys_platform == 'win32'
mkl_random; sys_platform == 'win32'

# Linux-specific dependencies
pyaudio; sys_platform == 'linux'
mkl; sys_platform == 'linux'
mkl-service; sys_platform == 'linux'
mkl_fft; sys_platform == 'linux'
mkl_random; sys_platform == 'linux'

# macOS-specific dependencies
pyaudio; sys_platform == 'darwin'
# Exclude MKL packages as they are not available for macOS

0 comments on commit dc1db71

Please sign in to comment.