Skip to content

Commit 6ce30be

Browse files
committed
Revert "[conda] Skip sympy for 3.12"
This reverts commit 88457a1. As sympy has been updated to 1.12 and it now supports Python-3.12
1 parent 8e5151c commit 6ce30be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/pytorch-nightly/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ requirements:
4949
# Before a decent fix, force llvm-openmp version <16.
5050
- llvm-openmp <16 # [linux]
5151
- typing_extensions
52-
- sympy # [py < 312]
52+
- sympy
5353
- filelock
5454
- networkx
5555
- jinja2

0 commit comments

Comments
 (0)