Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce dependencies #25

Open
ryanharvey1 opened this issue Oct 25, 2024 · 0 comments
Open

Reduce dependencies #25

ryanharvey1 opened this issue Oct 25, 2024 · 0 comments
Assignees

Comments

@ryanharvey1
Copy link
Owner

Let's reduce the number of dependencies.

For the following, we can have optional dependencies or lazy imports as these are only used for CSD

    "elephant>=1.1.0",
    "neo>=0.13.3",
    "quantities>=0.15.0",

For these, we can reproduce using numpy

    "neurodsp>=2.2.1",
    "pyFFTW>=0.13.1",

For this, we can reproduce the two methods we are using

https://github.com/ryanharvey1/neuro_py/blob/b7024752086b701cbc4bd1d59ee51a3664478374/neuro_py/behavior/linearization_pipeline.py#L11C29-L11C74

"track-linearization>=2.3.1",

@ryanharvey1 ryanharvey1 self-assigned this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant