From 22d4216c9eaea0bea43f8198a85a2e40bb163d8e Mon Sep 17 00:00:00 2001 From: Silversith Date: Tue, 18 Apr 2023 11:53:57 +0200 Subject: [PATCH] Remove Versioning from requirements.txt --- requirements.txt | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/requirements.txt b/requirements.txt index 122e39508..e9c0224b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,20 @@ -torch~=2.0.0+cu118 -torchdiffeq~=0.2.3 -torchsde~=0.2.5 -einops~=0.6.0 +torch +torchdiffeq +torchsde +einops open-clip-torch -transformers>=4.25.1 -safetensors>=0.3.0 +transformers +safetensors pytorch_lightning -aiohttp~=3.8.4 -accelerate~=0.18.0 -pyyaml~=6.0 -opencv-python~=4.7.0.72 -numpy~=1.24.2 -tqdm~=4.65.0 -torchvision~=0.15.1 -timm~=0.6.13 -scipy~=1.10.1 -Pillow~=9.5.0 -psutil~=5.9.4 +aiohttp +accelerate +pyyaml +opencv-python +numpy +tqdm +torchvision +timm +scipy +Pillow +psutil transformers \ No newline at end of file