-
Notifications
You must be signed in to change notification settings - Fork 8
Upgrade to pyproject.toml file
#99
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
Conversation
|
I'm reviewing the current list of dependencies and noticed the following packages may not be directly required by Some of these might be transitive dependencies pulled in by other libraries, but they don't appear to be directly used. Also, the following packages are only used in Jupyter notebooks or for visualization or logging: Would it make sense to move these to optional dependencies in the toml file? |
|
1083a22 Now, the versions are fixed and aligned in both the GitHub Actions and the pre-commit configuration. This ensures consistent formatting across all environments. Note: Users will need to update their local pre-commit hooks after pulling these changes to sync with the updated |
|
That's great. I have merged the dev branch into this branch and was able to get the lint checks to pass (meaning the pre-commit hooks are working). However, the unittests are failing. @aditya0by0 Could you have a look at that? I feel like we have had this error before, but I can't put my finger on it right now. |
a5b2dfd to
c3bbdfa
Compare
|
This is working now as well. I moved |
pyproject.toml#95