From 884c801c3ef1079d65275261c555d983c9b878c5 Mon Sep 17 00:00:00 2001 From: "duncan.macleod" Date: Mon, 7 Nov 2022 18:42:35 +0000 Subject: [PATCH] pyproject.toml: don't install maya on py311 until https://github.com/scrapinghub/dateparser/issues/1045 is fixed (cherry picked from commit 8c845720d38bf396e772c0c7b656549beb8b1aad) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c42bc38a..2c05a0acd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ dev = [ "ciecplib", "lalsuite ; sys_platform != 'win32'", "lscsoft-glue ; sys_platform != 'win32'", - "maya", + "maya ; python_version < '3.11'", "psycopg2", "pycbc >=1.13.4 ; sys_platform != 'win32'", "pymysql",