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

remove the ipykernal as a depenceny #165

Open
PatrickAlphaC opened this issue Nov 25, 2024 · 2 comments
Open

remove the ipykernal as a depenceny #165

PatrickAlphaC opened this issue Nov 25, 2024 · 2 comments

Comments

@PatrickAlphaC
Copy link
Member

Maybe it's not needed? It probably isn't... but having it makes it easier to work with vscode...

@PROWLERx15
Copy link

PROWLERx15 commented Feb 15, 2025

I've removed the ipykernel dependency since it was unnecessary for the project. The change was made in pyproject.toml, and the environment was updated using uv pip sync.


Changes Made

  • Removed ipykernel from pyproject.toml.

  • Ran uv pip sync pyproject.toml to update the environment.

  • Verified the removal with:

    uv pip freeze | grep ipykernel

Command

(Confirmed that ipykernel was no longer installed.)

  • Ran the tests to confirm everything works as expected:

    just test
    just test-i

    (Both tests passed successfully.)


Does everything I did look correct? Is there anything else I should test or verify?
Let me know if you need any adjustments!

@PatrickAlphaC
Copy link
Member Author

Do you have a pull request for this?

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

No branches or pull requests

2 participants