Skip to content

Commit

Permalink
Merge pull request #58 from torchopenl3/readme-update
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
turian committed Aug 26, 2022
2 parents 475ee0d + bf99360 commit 3cf5485
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Torchopenl3
Please cite the following TorchOpenL3 in your work:<br/>
[1]Gyanendra Das, Humair Raj Khan, Joseph Turian (2021). torchopenl3 (version 1.0.0). DOI 10.5281/zenodo.5168808, https://github.com/torchopenl3/torchopenl3.<br/><br/>
[1]Gyanendra Das, Humair Raj Khan, Joseph Turian (2021). torchopenl3 (version 1.0.1). DOI 10.5281/zenodo.5168808, https://github.com/torchopenl3/torchopenl3.<br/><br/>

TorchopenL3 is a pytorch port of the [OpenL3](https://github.com/marl/openl3) Python library for computing deep audio embeddings.<br/>
[![PyPI](https://img.shields.io/badge/python-3.6%2C%203.7-blue.svg)](https://pypi.python.org/pypi/openl3) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/torchopenl3/torchopenl3/pulse) [![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/torchopenl3/torchopenl3) [![GitHub version](https://badge.fury.io/gh/torchopenl3%2Ftorchopenl3.svg)](https://github.com/turian/torchopenl3) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
author="Humair Raj Khan and Gyanendra Das",
author_email="gyanendralucky9337@gmail.com",
packages=find_packages(),
entry_points={"console_scripts": ["torchopenl3=torchopenl3.cli:main"],},
entry_points={
"console_scripts": ["torchopenl3=torchopenl3.cli:main"],
},
license="MIT",
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down Expand Up @@ -52,6 +54,7 @@
"tensorflow<1.14", # For openl3
"requests",
"tqdm",
"protobuf<=3.20.1", # https://exerror.com/typeerror-descriptors-cannot-not-be-created-directly/
],
"dev": [
"pytest",
Expand All @@ -68,6 +71,7 @@
"nbstripout==0.3.9", # Used in precommit hooks
"black==20.8b1", # Used in precommit hooks
"jupytext==v1.10.3", # Used in precommit hooks
"protobuf<=3.20.1", # https://exerror.com/typeerror-descriptors-cannot-not-be-created-directly/
],
},
)

0 comments on commit 3cf5485

Please sign in to comment.