Skip to content

Commit

Permalink
Update requirements.txt Update macOS dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
Marxanthonydev authored Oct 6, 2024
1 parent 32443aa commit f46605c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Core dependencies
pip==23.3; sys_platform == 'darwin'
pip>=23.3; sys_platform == 'darwin'
wheel; sys_platform == 'darwin'
PyYAML; sys_platform == 'darwin'
numpy==1.23.5
Expand All @@ -24,7 +24,7 @@ pedalboard
stftpitchshift

# Machine learning and deep learning
omegaconf==2.0.5; sys_platform == 'darwin'
omegaconf>=2.0.6; sys_platform == 'darwin'
numba; sys_platform == 'linux'
numba==0.57.0; sys_platform == 'darwin' or sys_platform == 'win32'
torch==2.3.1
Expand All @@ -42,7 +42,7 @@ tensorboard
gradio==4.43.0

# Miscellaneous utilities
certifi==2024.7.4; sys_platform == 'darwin'
certifi>=2023.07.22; sys_platform == 'darwin'
antlr4-python3-runtime==4.8; sys_platform == 'darwin'
ffmpy==0.3.1
tensorboardX
Expand Down

0 comments on commit f46605c

Please sign in to comment.