Skip to content

Remove scipy dependency #6

Description

@simonrw

The requirement for scipy is quite a big one as it takes ages to install. It'd be nice to remove it; it's used in two places: leastsq is called once and norm is called once.

The norm dependency may be fairly easy to remove as np.random.randn may perform this function.

Removing leastsq may be more tricky.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions