From 32a525ef6d51ef24b8454a15bd399e57ba88dabe Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 10 Mar 2020 09:08:40 +0300 Subject: [PATCH] min required versions --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 81b42a3..f720fb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -numpy==1.14.0 -pandas==0.23.4 -matplotlib==2.2.2 -gdown==3.10.1 -opencv-python==3.4.4 -tensorflow==1.9.0 -keras==2.2.0 -tqdm==4.30.0 -Pillow==5.2.0 \ No newline at end of file +numpy>=1.14.0 +pandas>=0.23.4 +matplotlib>=2.2.2 +gdown>=3.10.1 +tqdm>=4.30.0 +Pillow>=5.2.0 +opencv-python>=3.4.4 +tensorflow>=1.9.0 +keras>=2.2.0