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
The current CI workflows and local test and lint commands do not catch dependency incompatibilities.
For example, installing the repository for development on the v0.6.0-dev branch results in these errors:
ERROR: numba 0.54.1 has requirement numpy<1.21,>=1.17, but you'll have numpy 1.21.3 which is incompatible.
ERROR: sdmetrics 0.3.2 has requirement rdt<0.6,>=0.5.0, but you'll have rdt 0.6.0 which is incompatible.
ERROR: deepecho 0.2.1 has requirement torch<1.8,>=1.4, but you'll have torch 1.10.0 which is incompatible.
ERROR: ctgan 0.4.3 has requirement rdt<0.6,>=0.5.0, but you'll have rdt 0.6.0 which is incompatible.
ERROR: sdv 0.12.1 has requirement rdt<0.6,>=0.5.3, but you'll have rdt 0.6.0 which is incompatible.
ERROR: autopep8 1.6.0 has requirement pycodestyle>=2.8.0, but you'll have pycodestyle 2.7.0 which is incompatible.
A pip check command should be made part of the local and CI tests to make sure that our dependency tree is always clean.
The text was updated successfully, but these errors were encountered:
The current CI workflows and local test and lint commands do not catch dependency incompatibilities.
For example, installing the repository for development on the v0.6.0-dev branch results in these errors:
A pip check command should be made part of the local and CI tests to make sure that our dependency tree is always clean.
The text was updated successfully, but these errors were encountered: