From 88457a11da457ad52c2a8847503cfb39f8071c49 Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:34:48 -0800 Subject: [PATCH] [conda] Skip sympy for 3.12 As at the moment it is only available for Windows %) --- conda/pytorch-nightly/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/pytorch-nightly/meta.yaml b/conda/pytorch-nightly/meta.yaml index f51339d53..16cc1bd83 100644 --- a/conda/pytorch-nightly/meta.yaml +++ b/conda/pytorch-nightly/meta.yaml @@ -49,7 +49,7 @@ requirements: # Before a decent fix, force llvm-openmp version <16. - llvm-openmp <16 # [linux] - typing_extensions - - sympy + - sympy # [py < 312] - filelock - networkx - jinja2