diff --git a/requirements.txt b/requirements.txt index 86c02573bf48e..4bb6acd624aa3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ scikit-learn==0.20.2 -tqdm==4.32.1 +tqdm==4.35.0 twine==1.13.0 numpy==1.16.4 -torch>=1.1.0 +torch>=1.2.0 torchvision>=0.3.0 -pandas \ No newline at end of file +pandas diff --git a/setup.py b/setup.py index 5d74bdd1e1064..730c48b8be844 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ keywords=['deep learning', 'pytorch', 'AI'], python_requires='>=3.6', install_requires=[ - 'torch==1.2.0', + 'torch>=1.2.0', 'tqdm>=4.35.0', 'test-tube>=0.6.9', 'pandas>=0.20.3', @@ -51,7 +51,6 @@ # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', ],