diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-06-19 11:49:28 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-06-19 12:03:11 -0700 |
commit | ff49064fd1aa9a5ed1549977a93db59f0612d415 (patch) | |
tree | d99c02527be7ad1e2c6fcf112834720f03f1659e /math/py-diffcp/files | |
parent | math/py-scs: update 3.2.0 → 3.2.4.post2 (diff) |
math/py-diffcp: New port: Differentiation through cone programs
Diffstat (limited to 'math/py-diffcp/files')
-rw-r--r-- | math/py-diffcp/files/patch-pyproject.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/py-diffcp/files/patch-pyproject.toml b/math/py-diffcp/files/patch-pyproject.toml new file mode 100644 index 000000000000..dce6bde7455a --- /dev/null +++ b/math/py-diffcp/files/patch-pyproject.toml @@ -0,0 +1,15 @@ +--- pyproject.toml.orig 2024-06-19 18:46:39 UTC ++++ pyproject.toml +@@ -2,9 +2,9 @@ requires = [ + requires = [ + "numpy>=1.15,<1.16; python_version=='3.7'", + "numpy>=1.17,<1.18; python_version=='3.8'", +- "numpy>=1.19,<1.20; python_version=='3.9'", +- "numpy>=1.21,<1.22; python_version=='3.10'", +- "numpy>=1.23,<1.24; python_version=='3.11'", ++ "numpy; python_version=='3.9'", ++ "numpy; python_version=='3.10'", ++ "numpy; python_version=='3.11'", + "scipy>=1.1.0", + "pybind11>=2.4", + "setuptools", |