Skip to content

Commit

Permalink
add simple requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoutini committed Mar 29, 2023
1 parent c57eb20 commit bb5cecc
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@ ENV/
/openmic2008/prepare_scripts/openmic-2018-v1.0.0.tgz
/audioset_hdf5s/mp3/openmic_test.csv_mp3.hdf
/audioset_hdf5s/mp3/openmic_train.csv_mp3.hdf
environment_builds.yml
80 changes: 80 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
absl-py==1.4.0
aiohttp==3.8.4
aiosignal==1.3.1
appdirs==1.4.4
async-timeout==4.0.2
attrs==22.2.0
audioread==3.0.0
av==10.0.0
-e git+https://github.com/kkoutini/ba3l@90889b2e18e8874755ede6fd20e142b21ec0adc0#egg=Ba3l
cachetools==5.3.0
cffi==1.15.1
charset-normalizer==3.0.1
colorama==0.4.6
decorator==5.1.1
docopt==0.6.2
frozenlist==1.3.3
fsspec==2023.3.0
future==0.18.3
gitdb==4.0.10
GitPython==3.1.31
google-auth==2.17.0
google-auth-oauthlib==0.4.6
grpcio==1.53.0
h5py==3.8.0
idna==3.4
imageio==2.27.0
importlib-metadata==6.1.0
joblib==1.2.0
jsonpickle==3.0.1
kk-sacred==0.8.4
lazy_loader==0.2
librosa==0.10.0.post2
llvmlite==0.39.1
Markdown==3.4.3
MarkupSafe==2.1.2
msgpack==1.0.5
multidict==6.0.4
munch==2.5.0
numba==0.56.4
numpy==1.23.5
oauthlib==3.2.2
packaging==23.0
pandas==1.5.3
Pillow==9.4.0
pooch==1.6.0
protobuf==4.22.1
py-cpuinfo==9.0.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
python-dateutil==2.8.2
-e git+https://github.com/kkoutini/pytorch-lightning@e98b2d072966536f568df65d2e2c1b8d8f36a327#egg=pytorch_lightning
pytz==2023.3
PyYAML==6.0
requests==2.28.2
requests-oauthlib==1.3.1
rsa==4.9
scikit-learn==1.2.2
scipy==1.10.1
six==1.16.0
smmap==5.0.0
soundfile==0.12.1
soxr==0.3.4
tensorboard==2.12.0
tensorboard-data-server==0.7.0
tensorboard-plugin-wit==1.8.1
test-tube==0.7.5
threadpoolctl==3.1.0
timm==0.4.12
torch==1.13.1
torchaudio==0.13.1
torchmetrics==0.2.0
torchvision==0.14.1
tqdm==4.65.0
typing_extensions==4.4.0
urllib3==1.26.14
Werkzeug==2.2.3
wrapt==1.15.0
yarl==1.8.2
zipp==3.15.0

0 comments on commit bb5cecc

Please sign in to comment.