Skip to content
Snippets Groups Projects
Commit 30d0499c authored by Corné Lukken's avatar Corné Lukken
Browse files

CWG-68: Ensure dependencies are installed as part of package

parent 76869a7a
No related branches found
No related tags found
1 merge request!21Resolve CWG-68
Pipeline #53187 passed with warnings
Pipeline: Python Package

#53188

    [build-system]
    requires = [
    "setuptools>=45",
    "setuptools>=62.6",
    "setuptools_scm[toml]>=6.2",
    "wheel"
    ]
    ......
    numpy >= 1.20.0 # BSD
    importlib-metadata>=0.12, <5.0;python_version<"3.8"
    numpy
    ......@@ -29,9 +29,7 @@ classifiers =
    include_package_data = true
    packages = find:
    python_requires = >=3.7
    install_requires =
    importlib-metadata>=0.12, <5.0;python_version<"3.8"
    numpy
    install_requires = file: requirements.txt
    [flake8]
    max-line-length = 88
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment