From b3abb09770457cdfcb261176af8b1e15c09ab37d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20=C5=81azarski?= Date: Thu, 19 May 2022 09:55:58 +0200 Subject: [PATCH] Remove versions from requirements.txt --- requirements.txt | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/requirements.txt b/requirements.txt index dd74df5..525d7f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ -albumentations>=1.1.0 -gdown>=4.4.0 -hydra-core>=1.1.1 -loguru>=0.6.0 -matplotlib>=3.5.1 -numpy>=1.22.3 -opencv-python>4.5.5.64 -pandas>=1.4.2 -Pillow>=9.1.0 -pytorch-lightning>=1.6.0 -seaborn>=0.11.2 -segmentation-models-pytorch>=0.2.1 -streamlit>=1.8.1 -torch>=1.11.0 -torchvision>=0.12.0 -wandb>=0.12.14 +albumentations +gdown +hydra-core +loguru +matplotlib +numpy +opencv-python +pandas +Pillow +pytorch-lightning +seaborn +segmentation-models-pytorch +streamlit +torch +torchvision +wandb