Skip to content

Commit

Permalink
Release 0.0.dev3 for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
numblr committed Oct 27, 2021
1 parent 8bf5c9c commit 9b5be35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.dev1
0.0.dev3
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
long_description=long_description,
long_description_content_type="text/markdown",
python_requires='>=3.7',
install_requires=['numpy'],
install_requires=['numpy>=1.21.2'],
extras_require={
"impl": [
"cffi",
"importlib_resources",
"jiwer",
"sounddevice",
"soundfile",
"torch",
"transformers"
"cffi>=1.14.6",
"importlib_resources>=5.2.2",
"jiwer>=2.2.0",
"sounddevice>=0.4.2",
"soundfile>=0.10.3.post1",
"torch==1.9.0",
"transformers==4.10.0"
],
"service": [
"cltl.backend",
Expand Down

0 comments on commit 9b5be35

Please sign in to comment.