Merge pull request #113098 from SuperSandro2000/fix-collection12

This commit is contained in:
Sandro
2021-02-17 13:28:08 +01:00
committed by GitHub
18 changed files with 58 additions and 39 deletions
@@ -41,5 +41,7 @@ buildPythonPackage rec {
changelog = "https://github.com/skorch-dev/skorch/blob/master/CHANGES.md";
license = licenses.bsd3;
maintainers = with maintainers; [ bcdarwin ];
# TypeError: __init__() got an unexpected keyword argument 'iid'
broken = true;
};
}