From b1632a66ba5f261c253a319108978dc87615f90b 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:38:29 +0200
Subject: [PATCH] compatibility note

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 027d405..13b1f2a 100644
--- a/README.md
+++ b/README.md
@@ -178,6 +178,9 @@ the available trained models.
 
 ## Recommended installation
 
+> In the particular case of MaggotUBA, note MaggotUBA-adapter is not supported by macOS or Windows due to its dependency on PyTorch 1.
+> Please consider LarvaTagger's Docker image instead.
+
 TaggingBackends uses both Python and Julia.
 In particular, Python-side *taggingbackends* may call Julia-side *TaggingBackends* to compile the data from a data repository, prior to training a tagger.
 
-- 
GitLab