Skip to content

Commit 2cdcebe

Browse files
authored
Pin sympy version in setup.py (#1597)
This PR is the following of #1576. CC: @jataylo
1 parent d90fc61 commit 2cdcebe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,8 +1137,7 @@ def main():
11371137
install_requires = [
11381138
"filelock",
11391139
"typing-extensions>=4.8.0",
1140-
'sympy==1.12.1 ; python_version == "3.8"',
1141-
'sympy>=1.13.0 ; python_version >= "3.9"',
1140+
'sympy==1.12.1 ; python_version >= "3.8"',
11421141
"networkx",
11431142
"jinja2",
11441143
"fsspec",

0 commit comments

Comments
 (0)