swh:1:snp:3a699297f000109a1bc833f294a54171df990207
Raw File
Tip revision: bf00c1cc6d24acf281d8a8aa73aa94e858695bdb authored by Tito Dal Canton on 06 January 2022, 14:08:49 UTC
Documentation for `pycbc_condition_strain` (#3892)
Tip revision: bf00c1c
pyproject.toml
[build-system]
requires = ["setuptools",
            "wheel",
            "cython>=0.29.21",
            "numpy==1.16.0; python_version <= '3.7'",
            "numpy==1.17.3; python_version == '3.8'",
            "numpy==1.19.3; python_version == '3.9'",
            "numpy; python_version >= '3.10'",
            ]

# To ensure the best compatibility, try to match the numpy reqs
# where possible to the following used by scipy and the minimum
# of our normal numpy requirements in setup.py
# https://github.com/scipy/oldest-supported-numpy/blob/master/setup.cfg
back to top