Skip to content

[delivery-service] drop dependency against scipy, install numpy using pip #305

@ccwienk

Description

@ccwienk

Context / Motivation

scipy is used to calculate a function based on some data points. this is unnecessarily expensive and a very weird way of solving the problem of actually acquiring a function definition.

instead:

  • define an equivalent function, and call it.
  • then drop dependency to (then no longer) needed scipy package.

Also:

  • install numpy using pip rather than alpine's package-mgr

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions