Skip to content

Commit ac86642

Browse files
jataylodnikolaev-amd
authored andcommitted
[SWDEV-473498] Pin sympy for >=python3.9 (#1576)
Cherry pick pytorch#133235 Fixes SWDEV-473498
1 parent 115944d commit ac86642

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ requests
99
setuptools
1010
types-dataclasses
1111
typing-extensions>=4.8.0
12-
sympy==1.12.1 ; python_version == "3.8"
13-
sympy==1.13.1 ; python_version >= "3.9"
12+
sympy==1.12.1 ; python_version >= "3.8"
1413
filelock
1514
networkx
1615
jinja2

0 commit comments

Comments
 (0)