You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In the last year, there have been some changes on the python environment that must be accounted for:
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.nb-black
andjupyterlab
should be removed. These should not be part of the server dictionary.triu
function fromscipy.linalg
inside a package requires a specificscipy==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.
The text was updated successfully, but these errors were encountered: