From 4bcd27781dfd1807f6142867294295399533c7cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net>
Date: Thu, 30 May 2024 09:44:41 +0200
Subject: [PATCH] compatibility note

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d0e6f8c..22ae17f 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ To achieve higher similarity in tag predictions with JBM's tagger output, the `2
 
 ## Usage
 
-For installation, see [TaggingBackends' README](https://gitlab.pasteur.fr/nyx/TaggingBackends/-/tree/dev#recommended-installation). However, note `MaggotUBA-adapter` is not supported by macOS because of some dependencies.
+For installation, see [TaggingBackends' README](https://gitlab.pasteur.fr/nyx/TaggingBackends/-/tree/dev#recommended-installation). However, note `MaggotUBA-adapter` is not supported by macOS or Windows because of its dependency on PyTorch 1.
 
 A MaggotUBA-based tagger is typically called using the `poetry run tagging-backend` command from the root directory of the backend's project.
 
-- 
GitLab