ports/misc/py-pytorch/files/patch-requirements.txt
Yuri Victorovich 3c54063b64 misc/py-pytorch: Fix build of dependencies
... by relaxing the sympy dependency limitation.

Reported by:	fallout
2025-03-18 09:48:29 -07:00

11 lines
281 B
Text

--- requirements.txt.orig 2025-03-18 16:44:23 UTC
+++ requirements.txt
@@ -9,7 +9,7 @@ typing-extensions>=4.10.0
setuptools
types-dataclasses
typing-extensions>=4.10.0
-sympy==1.13.1 ; python_version >= "3.9"
+sympy>=1.13.1 ; python_version >= "3.9"
filelock
networkx
jinja2