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

Update package dependencies #1169

Open
3 tasks
fbanados opened this issue May 14, 2024 · 1 comment
Open
3 tasks

Update package dependencies #1169

fbanados opened this issue May 14, 2024 · 1 comment
Assignees

Comments

@fbanados
Copy link
Contributor

In the last year, there have been some changes on the python environment that must be accounted for:

  • current lock file depends on codecov==2.1.12 which has been removed from pypi, according to https://about.codecov.io/blog/message-regarding-the-pypi-package/ . We should eventually remove this dependency completely.
  • dependency on nb-black and jupyterlab should be removed. These should not be part of the server dictionary.
  • current dependency on deprecated triu function from scipy.linalg inside a package requires a specific scipy==1.10.1 dependency.

Although the long-term goal is to do #1168 , increasing the precision of current dependencies should account for most of the issues without requiring major code changes.

@fbanados fbanados self-assigned this May 14, 2024
@fbanados
Copy link
Contributor Author

Some of these will also aid in fixing #1164

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