Skip to content

Commit

Permalink
Adding requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryperezperez committed Dec 5, 2023
1 parent f4ccf43 commit f5bf44d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
1 change: 0 additions & 1 deletion mirruido/Mirruido.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import numpy as np
import librosa
import soundfile as sf
Expand Down
27 changes: 27 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
audioread==3.0.1
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
decorator==5.1.1
idna==3.6
importlib-metadata==7.0.0
joblib==1.3.2
lazy-loader==0.3
librosa==0.10.1
llvmlite==0.41.1
msgpack==1.0.7
numba==0.58.1
numpy==1.24.4
packaging==23.2
platformdirs==4.0.0
pooch==1.8.0
pycparser==2.21
requests==2.31.0
scikit-learn==1.3.2
scipy==1.10.1
soundfile==0.12.1
soxr==0.3.7
threadpoolctl==3.2.0
typing-extensions==4.8.0
urllib3==2.1.0
zipp==3.17.0

0 comments on commit f5bf44d

Please sign in to comment.