Skip to content

Commit

Permalink
Revert "[conda] Skip sympy for 3.12"
Browse files Browse the repository at this point in the history
This reverts commit 88457a1.
As sympy has been updated to 1.12 and it now supports Python-3.12
  • Loading branch information
malfet committed Dec 2, 2023
1 parent 8e5151c commit 6ce30be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/pytorch-nightly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ requirements:
# Before a decent fix, force llvm-openmp version <16.
- llvm-openmp <16 # [linux]
- typing_extensions
- sympy # [py < 312]
- sympy
- filelock
- networkx
- jinja2
Expand Down

0 comments on commit 6ce30be

Please sign in to comment.