opnsense-ports/misc/py-pytorch/files/patch-setup.py
Franco Fichtner 195137c968 */*: sync with upstream
Taken from: FreeBSD
2025-01-07 13:45:07 +01:00

11 lines
382 B
Python

--- setup.py.orig 2024-12-19 06:28:23 UTC
+++ setup.py
@@ -1144,7 +1144,7 @@ def main():
"typing-extensions>=4.8.0",
'setuptools ; python_version >= "3.12"',
'sympy==1.12.1 ; python_version == "3.8"',
- 'sympy==1.13.1 ; python_version >= "3.9"',
+ 'sympy; python_version >= "3.9"',
"networkx",
"jinja2",
"fsspec",