From 420a3c0b9641febb60f6608dca0253690fff92c1 Mon Sep 17 00:00:00 2001 From: ControlNet Date: Sun, 28 Jan 2024 14:22:28 +1100 Subject: [PATCH] update README --- README.md | 4 ++-- setup.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21e5b96..97e1821 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The repository contains 2 parts: ## Use `marlin-pytorch` for Feature Extraction Requirements: -- Python >= 3.6, < 3.11 +- Python >= 3.6, < 3.12 - PyTorch >= 1.8 - ffmpeg @@ -150,7 +150,7 @@ features = model.extract_features(x, keep_seq=False) # torch.Size([B, 768]) ## Paper Implementation ### Requirements -- Python >= 3.7, < 3.11 +- Python >= 3.7, < 3.12 - PyTorch ~= 1.11 - Torchvision ~= 0.12 diff --git a/setup.py b/setup.py index 9b9bcfe..80a736d 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "License :: Other/Proprietary License", "Operating System :: OS Independent", "Intended Audience :: Developers",