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",