From 9b5be350f44d4257e06e41714fc704f4a470f235 Mon Sep 17 00:00:00 2001 From: Thomas Baier Date: Wed, 27 Oct 2021 12:00:09 +0200 Subject: [PATCH] Release 0.0.dev3 for PyPI --- VERSION | 2 +- setup.py | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/VERSION b/VERSION index b80d912..4f2dd80 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.dev1 +0.0.dev3 diff --git a/setup.py b/setup.py index 1d539db..f7dfb22 100644 --- a/setup.py +++ b/setup.py @@ -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",