morphodict icon indicating copy to clipboard operation
morphodict copied to clipboard

Update package dependencies

Open fbanados opened this issue 3 months ago • 1 comments

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 avatar May 14 '24 20:05 fbanados