Skip to content

Commit

Permalink
More relaxed versioning for packages. Added py3.5 as minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinJ committed Aug 19, 2019
1 parent 7770e62 commit 74b9c5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
librosa>=0.6.3
matplotlib>=3.1.0
numpy>=1.16.2
librosa>=0.6.1
numpy>=1.10.1
webrtcvad>=2.0.10
torch>=1.1.0
torch>=1.0.1
scipy>=1.2.1
typing>=3.7.4
typing
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@

setup(
name="Resemblyzer",
version="0.0.1-dev",
version="0.1.0-dev",
packages=find_packages(),
package_data={
"resemblyzer": ["pretrained.pt"]
},
python_requires=">=3.5",
install_requires=requirements,
author="Corentin Jemine",
author_email="[email protected]",
Expand Down

0 comments on commit 74b9c5f

Please sign in to comment.